文件夹整理
This commit is contained in:
11
doc/test-data/purchase_transaction/node_modules/async/apply.js
generated
vendored
11
doc/test-data/purchase_transaction/node_modules/async/apply.js
generated
vendored
@@ -1,11 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
exports.default = function (fn, ...args) {
|
||||
return (...callArgs) => fn(...args, ...callArgs);
|
||||
};
|
||||
|
||||
module.exports = exports.default;
|
||||
Reference in New Issue
Block a user