UNPKG

@prostojs/mate

Version:

MATE is TS Metadata Organizer

5 lines 232 B
export declare type TAny = any; export declare type TObject = object; export declare type TFunction = Function; export declare type TClassConstructor<T = unknown> = new (...args: TAny[]) => T; //# sourceMappingURL=types.d.ts.map