PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
tsyringe
/
dist
/
typings
/
decorators
import constructor from "../types/constructor"; /** * Class decorator factory that replaces the decorated class' constructor with * a parameterless constructor that has dependencies auto-resolved * * Note: Resolution is performed using the global container * * @return {Function} The class decorator */ declare function autoInjectable(): (target: constructor<any>) => any; export default autoInjectable;
[-] auto-injectable.d.ts
[edit]
[+]
..
[-] index.d.ts
[edit]
[-] inject-all.d.ts
[edit]
[-] inject-with-transform.d.ts
[edit]
[-] inject.d.ts
[edit]
[-] registry.d.ts
[edit]
[-] singleton.d.ts
[edit]
[-] scoped.d.ts
[edit]
[-] inject-all-with-transform.d.ts
[edit]
[-] injectable.d.ts
[edit]