mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-31 07:47:45 +08:00
12 lines
569 B
TypeScript
12 lines
569 B
TypeScript
export declare const NAMED_TAG = "named";
|
|
export declare const NAME_TAG = "name";
|
|
export declare const UNMANAGED_TAG = "unmanaged";
|
|
export declare const OPTIONAL_TAG = "optional";
|
|
export declare const INJECT_TAG = "inject";
|
|
export declare const MULTI_INJECT_TAG = "multi_inject";
|
|
export declare const TAGGED = "inversify:tagged";
|
|
export declare const TAGGED_PROP = "inversify:tagged_props";
|
|
export declare const PARAM_TYPES = "inversify:paramtypes";
|
|
export declare const DESIGN_PARAM_TYPES = "design:paramtypes";
|
|
export declare const POST_CONSTRUCT = "post_construct";
|