PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
tsyringe
/
dist
/
esm2015
/
decorators
import { getParamInfo } from "../reflection-helpers"; import { typeInfo } from "../dependency-container"; function injectable() { return function (target) { typeInfo.set(target, getParamInfo(target)); }; } export default injectable;
[-] 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]