added unit testing, and started implementing unit tests...phew
This commit is contained in:
12
node_modules/async/internal/withoutIndex.js
generated
vendored
Normal file
12
node_modules/async/internal/withoutIndex.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _withoutIndex;
|
||||
function _withoutIndex(iteratee) {
|
||||
return function (value, index, callback) {
|
||||
return iteratee(value, callback);
|
||||
};
|
||||
}
|
||||
module.exports = exports["default"];
|
Reference in New Issue
Block a user