Showing 1-20 of 6,932 packages
Run multiple promise-returning & async functions with limited concurrency
Retry a promise-returning or async function
Memoize promise-returning & async functions
Throttle promise-returning & async functions
Lexes CommonJS modules, returning their named exports metadata
Lexes ES modules returning their import/export metadata
Debounce promise-returning & async functions
Throttle the parallelism of an asynchronous (promise returning) function / functions
Compose promise-returning & async functions into a reusable pipeline
retry for functions returning a promise
compare two semver version strings, returning -1, 0, or 1
Run promise-returning & async functions concurrently with optional limited concurrency
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Create a debounced version of a promise returning function
Run multiple promise-returning & async functions with limited concurrency using native ES9
Map object values returning a new object
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
Run promise-returning & async functions in series, each passing its result to the next
Run promise-returning & async functions in series