sindresorhus / onetimeLinks
Ensure a function is only called once
☆162Updated last year
Alternatives and similar repositories for onetime
Users that are interested in onetime are comparing it to the libraries listed below
Sorting:
- Lazy number range generator☆81Updated last year
- Reliably get the terminal window size☆142Updated last year
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 3 years ago
- Copy a file☆121Updated last week
- Truncate a string to a specific width in the terminal☆87Updated last year
- Run the Node.js binary no matter what☆138Updated 4 years ago
- Exit the process when the `esc` key is pressed☆56Updated last year
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Block users from running your app with root permissions☆98Updated last year
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Clean up regular expressions☆62Updated last year
- Measure the time a promise takes to resolve☆70Updated last year
- Replace all substring matches in a string☆88Updated 4 years ago
- Simplified high resolution timing☆82Updated 11 months ago
- Hook and modify stdout and stderr☆54Updated 3 years ago
- Check if it's the first time the process is run☆78Updated 3 years ago
- Get all property keys of an object including non-enumerable and inherited ones☆108Updated 3 years ago
- Extract the actual stack of an error☆66Updated 3 years ago
- Filter object keys and values into a new object☆103Updated last year
- Conditional promise chains☆61Updated 4 years ago
- Get PID from a port☆79Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Parse text columns, like the output of unix commands☆82Updated 3 years ago
- Check if argv has a specific flag☆93Updated 4 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆55Updated 10 months ago
- Indent each line in a string☆113Updated 3 years ago
- Embed data in other data and easily extract it when needed☆73Updated 4 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Round a number to a specific number of decimal places: 1.234 → 1.2☆156Updated 2 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago