sindresorhus / stable-functionLinks
Ensure a function is stable, meaning the same input always produces the same output
☆16Updated 2 years ago
Alternatives and similar repositories for stable-function
Users that are interested in stable-function are comparing it to the libraries listed below
Sorting:
- Node's default require extensions as a separate module☆11Updated 3 years ago
- ES2015 Number.isFinite() ponyfill☆20Updated 4 years ago
- Check if a value is an error constructor☆14Updated 4 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆18Updated 3 years ago
- Get the name of a named function☆34Updated 4 years ago
- Include only certain items in an array☆19Updated 6 months ago
- ES2015 Math.imul() ponyfill☆11Updated 2 years ago
- Convert a Source Map object to a comment☆16Updated 4 years ago
- Left pad each line in a string☆20Updated 2 years ago
- Modify the filename in a path☆17Updated 3 years ago
- ES2015 `String#codePointAt()` ponyfill☆23Updated 4 years ago
- Check if a file path is a binary file☆49Updated last year
- ES2015 Number.isNaN() ponyfill☆29Updated last year
- ES2015 Math.hypot() ponyfill☆12Updated 4 years ago
- Check if a number is a redirect HTTP status code☆25Updated 4 years ago
- Get the URL from a web shortcut file☆14Updated 4 years ago
- Get the path to the user home directory☆13Updated 4 years ago
- Strip UTF-8 byte order mark (BOM)☆22Updated 3 months ago
- Regular expression for matching mapcodes☆19Updated 3 years ago
- Sort an array of numbers☆18Updated 3 months ago
- Strip UTF-8 byte order mark (BOM) from a buffer☆21Updated 2 years ago
- Lowercase the keys of an object☆41Updated 2 years ago
- Get the maximum permitted length of a path of a Unix domain socket☆14Updated 4 years ago
- Create a noop process and get the PID☆14Updated 4 years ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 4 years ago
- Convert a time string to seconds: '0017' → 1337☆37Updated 4 years ago
- Similar to String#trim() but removes only whitespace on the right☆22Updated 4 years ago
- List of platforms supported by Node.js☆12Updated 4 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆24Updated 3 years ago
- Recursively create nested directories with jsftp, like mkdirp☆22Updated 4 years ago