nfriedly / approximate-numberLinks
Converts numbers into a more human-friendly format. E.g. 123456 becomes 123k. Similar to `ls -lh` or Stack Overflow's reputation numbers.
☆39Updated 2 months ago
Alternatives and similar repositories for approximate-number
Users that are interested in approximate-number are comparing it to the libraries listed below
Sorting:
- Get a random item from an array☆58Updated 3 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Parse milliseconds into an object☆124Updated last year
- Check if your package was installed globally☆71Updated 2 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆144Updated 4 months ago
- Check if argv has a specific flag☆96Updated 4 years ago
- Filter object keys and values into a new object☆105Updated last year
- A better `Promise.race()`☆51Updated 3 years ago
- Make a function mimic another one☆96Updated last year
- Get the name of the current operating system. Example: macOS Sierra☆148Updated last week
- Get the path of the parent module☆79Updated 4 months ago
- Exit the process when the `esc` key is pressed☆58Updated 2 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Ensures a value is a valid error by making it one if not☆86Updated 4 months ago
- a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm☆103Updated this week
- Regular expression for matching issue references☆49Updated last year
- Create an array of unique values, in order, from the input arrays☆78Updated 4 years ago
- Glob to regular expression with support for extended globs.☆75Updated last year
- Get the first path that exists on disk of multiple paths☆62Updated 4 months ago
- Detect whether a terminal emulator supports hyperlinks☆55Updated last year
- Lazy number range generator☆83Updated 2 years ago
- Indent each line in a string☆115Updated 3 years ago
- Get the latest stable semver version from an array of versions☆47Updated 4 years ago
- Like the `Did you mean?` in git for npm☆46Updated 3 years ago
- Run a piece of code when the javascript process stops. Works in all environments (browsers, nodejs..)☆57Updated this week
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 months ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Wordwrap a string with ANSI escape codes☆131Updated 5 months ago
- Check if your code is running as an npm or yarn script☆65Updated 5 months ago
- Run promise-returning & async functions repeatedly until you end it☆48Updated last week