async-wrappers
Version:
A set of wrapper functions to perform debouncing, throttling, retrying etc.
7 lines • 499 B
JavaScript
export { default as debounce } from './debounce';
export { default as throttle } from './throttle';
export { default as wait } from './wait';
export { default as retry } from './retry';
export { latestArguments, combineArguments, callArguments, extendArguments } from './callReducers'; // The following safely reexport types when transpiling.
// This should be easier when typescript 3.8 releases
// https://devblogs.microsoft.com/typescript/announcing-typescript-3-8-beta/#type-only-imports-exports