faker icon indicating copy to clipboard operation
faker copied to clipboard

fix: move utils to the correct place

Open watercubz opened this issue 8 months ago • 6 comments

Issue #2961: Move Functions and Types to Proper Directories

Changes Made

  • Moved Functions: Moved generateMersenne*Randomizers() functions to the src/utils directory.
  • File Moved: Moved src/utils/types.ts to the src/internal directory.

Additional Details

  • Updated imports and references throughout the project to reflect the new locations.
  • These changes ensure better organization of internal and external utilities as discussed in issue #2961.

Screenshots

Attached screenshots showing the new directory structure and updated imports. image image image image

Related Issue

watercubz avatar Jun 22 '24 02:06 watercubz