inversify
Version:
A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.
10 lines (9 loc) • 381 B
TypeScript
export declare const NAMED_TAG: string;
export declare const NAME_TAG: string;
export declare const UNMANAGED_TAG: string;
export declare const INJECT_TAG: string;
export declare const MULTI_INJECT_TAG: string;
export declare const TAGGED: string;
export declare const TAGGED_PROP: string;
export declare const PARAM_TYPES: string;
export declare const DESIGN_PARAM_TYPES: string;