UNPKG

typedconverter

Version:

Convert object into classes match with TypeScript type annotation

2 lines (1 loc) 64 B
export declare type Class<T = any> = new (...args: any[]) => T;