PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
async
/
internal
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (eachfn) { return function applyEach(fns, ...callArgs) { const go = (0, _awaitify2.default)(function (callback) { var that = this; return eachfn(fns, (fn, cb) => { (0, _wrapAsync2.default)(fn).apply(that, callArgs.concat(cb)); }, callback); }); return go; }; }; var _wrapAsync = require('./wrapAsync.js'); var _wrapAsync2 = _interopRequireDefault(_wrapAsync); var _awaitify = require('./awaitify.js'); var _awaitify2 = _interopRequireDefault(_awaitify); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } module.exports = exports['default'];
[-] wrapAsync.js
[edit]
[+]
..
[-] breakLoop.js
[edit]
[-] awaitify.js
[edit]
[-] getIterator.js
[edit]
[-] queue.js
[edit]
[-] isArrayLike.js
[edit]
[-] promiseCallback.js
[edit]
[-] eachOfLimit.js
[edit]
[-] parallel.js
[edit]
[-] once.js
[edit]
[-] setImmediate.js
[edit]
[-] applyEach.js
[edit]
[-] withoutIndex.js
[edit]
[-] DoublyLinkedList.js
[edit]
[-] createTester.js
[edit]
[-] initialParams.js
[edit]
[-] asyncEachOfLimit.js
[edit]
[-] reject.js
[edit]
[-] range.js
[edit]
[-] iterator.js
[edit]
[-] map.js
[edit]
[-] filter.js
[edit]
[-] onlyOnce.js
[edit]
[-] consoleFunc.js
[edit]
[-] Heap.js
[edit]