PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
tsyringe
/
dist
/
esm2015
/
decorators
import { __rest } from "tslib"; import { instance as globalContainer } from "../dependency-container"; function registry(registrations = []) { return function (target) { registrations.forEach((_a) => { var { token, options } = _a, provider = __rest(_a, ["token", "options"]); return globalContainer.register(token, provider, options); }); return target; }; } export default registry;
[-] scoped.js
[edit]
[-] inject-with-transform.js
[edit]
[+]
..
[-] singleton.js
[edit]
[-] inject.js
[edit]
[-] inject-all.js
[edit]
[-] index.js
[edit]
[-] injectable.js
[edit]
[-] auto-injectable.js
[edit]
[-] registry.js
[edit]
[-] inject-all-with-transform.js
[edit]