Files
Lab4/32/node_modules/async/internal/withoutIndex.js
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03:00

10 lines
254 B
JavaScript

"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"];