mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-31 07:47:45 +08:00
update
This commit is contained in:
13
node_modules/inversify/lib/utils/binding_utils.js
generated
vendored
Normal file
13
node_modules/inversify/lib/utils/binding_utils.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.multiBindToService = function (container) {
|
||||
return function (service) {
|
||||
return function () {
|
||||
var types = [];
|
||||
for (var _i = 0; _i < arguments.length; _i++) {
|
||||
types[_i] = arguments[_i];
|
||||
}
|
||||
return types.forEach(function (t) { return container.bind(t).toService(service); });
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user