moltres-utils
Version:
Utils for Moltres apps
15 lines (11 loc) • 346 B
JavaScript
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
;