moon_flash / node_modules /async /internal /withoutIndex.js
AK51's picture
Upload 1987 files
e472a78 verified
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _withoutIndex;
function _withoutIndex(iteratee) {
return (value, index, callback) => iteratee(value, callback);
}
module.exports = exports.default;