PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
tsyringe
/
dist
/
typings
import DependencyContainer from "./types/dependency-container"; import Provider from "./providers/provider"; import InjectionToken, { TokenDescriptor } from "./providers/injection-token"; import RegistrationOptions from "./types/registration-options"; import constructor from "./types/constructor"; export declare type Registration<T = any> = { provider: Provider<T>; options: RegistrationOptions; instance?: T; }; export declare type ParamInfo = TokenDescriptor | InjectionToken<any>; export declare const typeInfo: Map<constructor<any>, ParamInfo[]>; export declare const instance: DependencyContainer; export default instance;
[-] 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