MyToolKit / ui /node_modules /async /internal /withoutIndex.js
Aero-Ex's picture
Add files using upload-large-folder tool
00150c8 verified
Raw
History Blame Contribute Delete
251 Bytes
"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;