UNPKG

254 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = _withoutIndex;
7function _withoutIndex(iteratee) {
8 return (value, index, callback) => iteratee(value, callback);
9}
10module.exports = exports["default"];
\No newline at end of file