sindresorhus / delayLinks
Delay a promise a specified amount of time
☆614Updated last year
Alternatives and similar repositories for delay
Users that are interested in delay are comparing it to the libraries listed below
Sorting:
- Find a file or directory by walking up parent directories☆609Updated 2 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆349Updated 7 months ago
- Copy files☆429Updated 10 months ago
- Memoize promise-returning & async functions☆407Updated last year
- Colored symbols for various log levels☆756Updated last week
- Make a directory and its parents if needed - Think `mkdir -p`☆479Updated last year
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated 11 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,118Updated 3 months ago
- Find the root directory of a Node.js project or npm package☆244Updated last year
- Promisify a callback-style function☆1,506Updated 2 years ago
- node byte string parser☆469Updated 10 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆336Updated 5 months ago
- Timeout a promise after a specified amount of time☆290Updated 5 months ago
- Asynchronous recursive file copying with Node.js.☆684Updated 4 years ago
- Parse yes/no like values☆269Updated 2 years ago
- Create a promise that can be canceled☆443Updated 2 years ago
- Serialize/deserialize an error into a plain object☆558Updated 4 months ago
- Join all arguments together and normalize the resulting url.☆362Updated this week
- The logger that npm uses☆438Updated last year
- the mighty option parser used by yargs☆510Updated this week
- Get stdin as a string or buffer☆338Updated last year
- Safely and quickly serialize JavaScript objects☆351Updated 5 months ago
- Get a random temporary file or directory path☆429Updated last year
- Normalize a URL☆847Updated last year
- Simple “Least Recently Used” (LRU) cache☆703Updated last month
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,189Updated last month
- Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar☆692Updated last year
- Open stuff like URLs, files, executables. Cross-platform.☆423Updated last year
- Get an available TCP port☆902Updated last year
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆723Updated last month