aswi2020vldc-gitlab/templetes/node_modules/async/internal/withoutIndex.js @ 78a2184f
1 | 3a515b92 | cagy | "use strict"; |
---|---|---|---|
2 | |||
3 | Object.defineProperty(exports, "__esModule", { |
||
4 | value: true |
||
5 | });
|
||
6 | exports.default = _withoutIndex; |
||
7 | function _withoutIndex(iteratee) { |
||
8 | return function (value, index, callback) { |
||
9 | return iteratee(value, callback); |
||
10 | };
|
||
11 | }
|
||
12 | module.exports = exports["default"]; |