Projekt

Obecné

Profil

Stáhnout (284 Bajtů) Statistiky
| Větev: | Revize:
1
"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"];
(24-24/25)