ing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user