Convert a value to an array
☆133Nov 9, 2021Updated 4 years ago
Alternatives and similar repositories for arrify
Users that are interested in arrify are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Similar to String#trim() but removes only whitespace on the right☆22Jul 9, 2021Updated 5 years ago
- Create an array with values that are present in the first input array but not additional ones☆40Sep 14, 2021Updated 4 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Jan 24, 2021Updated 5 years ago
- Check if a path is the current working directory☆22May 10, 2025Updated last year
- Strip redundant indentation and indent the string☆55May 3, 2021Updated 5 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Check if a value is a plain object☆106May 4, 2024Updated 2 years ago
- Check if a path is in the current working directory☆23May 3, 2021Updated 5 years ago
- Check if a number is a redirect HTTP status code☆25Apr 17, 2021Updated 5 years ago
- Check if a file path is a binary file☆49Apr 30, 2024Updated 2 years ago
- ES2015 `String#codePointAt()` ponyfill☆23Jan 23, 2021Updated 5 years ago
- ES2015 Number.isFinite() ponyfill☆20Apr 7, 2021Updated 5 years ago
- Lowercase the keys of an object☆41Feb 2, 2026Updated 6 months ago
- Regular expression for matching a shebang line☆48Aug 13, 2021Updated 5 years ago
- Check if a path is inside another path☆40Sep 11, 2025Updated 11 months ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Check if a value is an object☆42Apr 16, 2021Updated 5 years ago
- Convert a Source Map object to a comment☆16Aug 9, 2021Updated 5 years ago
- Get the user home directory with fallback to the system temp directory☆30Apr 16, 2021Updated 5 years ago
- List of binary file extensions☆89May 4, 2025Updated last year
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆25Jul 9, 2022Updated 4 years ago
- ES2015 `Array#findIndex()` ponyfill☆33May 1, 2024Updated 2 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}