ing
This commit is contained in:
parent
0762bde89e
commit
2e19e4f5f7
|
@ -5,7 +5,7 @@ export interface Type<T> extends Function {
|
|||
}
|
||||
|
||||
export declare type IdentityType<T> = T | symbol;
|
||||
export declare type PropertyKeyType = IdentityType<string>;
|
||||
export declare type PropertyKeyType = IdentityType<string | number>;
|
||||
export declare type MetadataKeyType = IdentityType<string>;
|
||||
|
||||
export enum PrimitiveType {
|
||||
|
|
|
@ -34,5 +34,4 @@ export abstract class AnnotationUtils {
|
|||
|
||||
return undefined;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user