PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
tsyringe
/
dist
/
typings
import constructor from "./types/constructor"; export declare class DelayedConstructor<T> { private wrap; private reflectMethods; constructor(wrap: () => constructor<T>); createProxy(createObject: (ctor: constructor<T>) => T): T; private createHandler; } export declare function delay<T>(wrappedConstructor: () => constructor<T>): DelayedConstructor<T>;
[-] registry-base.d.ts
[edit]
[+]
decorators
[-] dependency-container.d.ts
[edit]
[+]
..
[-] index.d.ts
[edit]
[+]
providers
[+]
types
[-] error-helpers.d.ts
[edit]
[-] interceptors.d.ts
[edit]
[-] registry.d.ts
[edit]
[-] reflection-helpers.d.ts
[edit]
[-] resolution-context.d.ts
[edit]
[-] lazy-helpers.d.ts
[edit]
[+]
factories