UNPKG

loop-controls

Version:

break/continue controls for loops and higher-order functions (sync, async, concurrent). Designed to compose with ts-pattern.

6 lines 297 B
export { $control } from "./core.js"; export { forEach, reduce, find } from "./sync.js"; export { forEachAsync, reduceAsync, findAsync } from "./async.js"; export { forEachConcurrent } from "./concurrent.js"; export { range, repeat, count } from "./iterables.js"; //# sourceMappingURL=index.js.map