sindresorhus / array-shuffleLinks
Randomize the order of items in an array
☆109Updated 3 months ago
Alternatives and similar repositories for array-shuffle
Users that are interested in array-shuffle are comparing it to the libraries listed below
Sorting:
- Check if your code is running as an npm or yarn script☆65Updated 4 months ago
- Check if argv has a specific flag☆96Updated 4 years ago
- Check if your package was installed globally☆71Updated 2 years ago
- Lazy number range generator☆83Updated 2 years ago
- Filter object keys and values into a new object☆105Updated last year
- Map of nouns to their irregular plural form☆91Updated 2 months ago
- Replace all substring matches in a string☆90Updated 4 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated 2 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆144Updated 4 months ago
- Exit the process when the `esc` key is pressed☆58Updated 2 years ago
- Create an array without duplicates☆74Updated 4 years ago
- Indent each line in a string☆115Updated 3 years ago
- Get consecutively unique elements from an array☆77Updated last year
- Copy a file☆122Updated 4 months ago
- Get a random temporary file path☆81Updated 2 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆161Updated 3 months ago
- Check if a project is using Yarn☆98Updated 3 months ago
- Truncate a string to a specific width in the terminal☆88Updated 2 months ago
- Parse milliseconds into an object☆124Updated last year
- Convert a value to an array☆133Updated 4 years ago
- Wordwrap a string with ANSI escape codes☆130Updated 4 months ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- Strip leading whitespace from each line in a string☆144Updated 2 months ago
- Ensures a value is a valid error by making it one if not☆84Updated 3 months ago
- Add XO to your project☆47Updated 2 years ago
- Check if a string is a valid filename☆62Updated 4 years ago
- Generate a unique random string☆89Updated 3 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆66Updated 4 months ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 4 months ago