UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

6 lines (5 loc) 162 B
export * from './asyncEvery.js'; export * from './asyncFilter.js'; export * from './asyncForEach.js'; export * from './asyncSome.js'; export * from './delay.js';