PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
tsyringe
/
dist
/
esm2015
/
decorators
import injectable from "./injectable"; import { instance as globalContainer } from "../dependency-container"; export default function scoped(lifecycle, token) { return function (target) { injectable()(target); globalContainer.register(token || target, target, { lifecycle }); }; }
[-] 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]