sindresorhus / array-shuffleLinks
Randomize the order of items in an array
☆106Updated 2 years ago
Alternatives and similar repositories for array-shuffle
Users that are interested in array-shuffle are comparing it to the libraries listed below
Sorting:
- Exit the process when the `esc` key is pressed☆56Updated last year
- Filter object keys and values into a new object☆103Updated last year
- Check if argv has a specific flag☆93Updated 4 years ago
- Check if your package was installed globally☆70Updated last year
- Check if your code is running as an npm or yarn script☆65Updated 3 years ago
- Get a random temporary file path☆80Updated 2 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 3 years ago
- Replace all substring matches in a string☆88Updated 4 years ago
- Map of nouns to their irregular plural form☆89Updated last year
- Lazy number range generator☆81Updated last year
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆145Updated 2 years ago
- Check when the DOM has loaded like `DOMContentLoaded`☆110Updated last year
- Check if a value is a plain object☆102Updated last year
- Indent each line in a string☆113Updated 3 years ago
- Copy a file☆121Updated last week
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Returns an array filled with the specified input☆42Updated 3 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Check whether a package or organization name is available on npm☆171Updated last year
- Create a hash for file revving☆105Updated last year
- Prints the current date and time as a UNIX timestamp or custom format☆47Updated 4 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Wordwrap a string with ANSI escape codes☆127Updated last year
- Truncate a string to a specific width in the terminal☆87Updated last year
- Check if a project is using Yarn☆97Updated 3 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Simplified high resolution timing☆82Updated 11 months ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Make directories and their parents if needed - Like `mkdir -p`, but cross-platform☆124Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago