first commit
This commit is contained in:
10
app_vue/node_modules/async/internal/withoutIndex.js
generated
vendored
Normal file
10
app_vue/node_modules/async/internal/withoutIndex.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
"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;
|
Reference in New Issue
Block a user