UNPKG

inversify

Version:

A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.

19 lines (18 loc) 941 B
export declare const DUPLICATED_INJECTABLE_DECORATOR: string; export declare const DUPLICATED_METADATA: string; export declare const NULL_ARGUMENT: string; export declare const KEY_NOT_FOUND: string; export declare const AMBIGUOUS_MATCH: string; export declare const CANNOT_UNBIND: string; export declare const NOT_REGISTERED: string; export declare const MISSING_INJECTABLE_ANNOTATION: string; export declare const MISSING_INJECT_ANNOTATION: string; export declare const CIRCULAR_DEPENDENCY: string; export declare const NOT_IMPLEMENTED: string; export declare const INVALID_BINDING_TYPE: string; export declare const NO_MORE_SNAPSHOTS_AVAILABLE: string; export declare const INVALID_MIDDLEWARE_RETURN: string; export declare const INVALID_FUNCTION_BINDING: string; export declare const INVALID_DECORATOR_OPERATION: string; export declare const ARGUMENTS_LENGTH_MISMATCH_1: string; export declare const ARGUMENTS_LENGTH_MISMATCH_2: string;