UNPKG

moltres-utils

Version:
15 lines (11 loc) 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const doParallelIteration = (fn, iter) => {// TODO BRN }; const iterateAll = (fn, collection) => doParallelIteration(fn, iterator(collection)); var _default = iterateAll; exports.default = _default; //# sourceMappingURL=iterateAll.js.map