matheus-rodrigues00 / utils

✨ Library to commonly used cross-projects utilities methods ✨
17 stars 11 forks source link

feat: move randomizeArray method to arrays.ts module #36

Closed nullsploit01 closed 1 year ago

nullsploit01 commented 1 year ago

Scope of change: moved randomizeArraymethod to arrays.ts module, refactored it to use random method from numbers.ts module

Key File: arrays.ts numbers.ts

Notes This closes #32

matheus-rodrigues00 commented 1 year ago

Great!