softkave-js-utils
Version:
JavaScript & Typescript utility functions, types, and classes
12 lines • 405 B
JavaScript
export * from './callAfterAsync.js';
export * from './getFirstArg.js';
export * from './identityArgs.js';
export * from './loop.js';
export * from './loopAndCollate.js';
export * from './loopAndCollateAsync.js';
export * from './loopAsync.js';
export * from './noopAsync.js';
export * from './overArgsAsync.js';
export * from './singleton.js';
export * from './types.js';
//# sourceMappingURL=index.js.map