PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
tsyringe
/
dist
/
typings
/
decorators
import constructor from "../types/constructor"; /** * Class decorator factory that allows the class' dependencies to be injected * at runtime. * * @return {Function} The class decorator */ declare function injectable<T>(): (target: constructor<T>) => void; export default injectable;
[-] 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]