Files
Julianum/node_modules/async/internal/withoutIndex.js
Dinawo e5d6953e5e
All checks were successful
continuous-integration/drone/push Build is passing
chore: Update npm dependencies and package-lock.json
2024-07-06 17:01:34 +02:00

10 lines
251 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;