@utilify/core
Version:
Modern, strongly typed, and safe utility function library for JavaScript and TypeScript. Includes type checking, manipulation of arrays, objects, strings, dates, colors, numbers, regular expressions, and more. Compatible with Browser, Node.js, Deno, and B
11 lines • 511 B
TypeScript
export { default as backoff } from './backoff';
export { default as benchmark } from './benchmark';
export { default as debounce } from './debounce';
export { default as defer } from './defer';
export { default as lock } from './lock';
export { default as parallel } from './parallel';
export { default as rateLimit } from './rateLimit';
export { default as retry } from './retry';
export { default as sleep } from './sleep';
export { default as throttle } from './throttle';
//# sourceMappingURL=index.d.ts.map