UNPKG

@nestjsx/util

Version:

NestJs CRUD for RESTful APIs - util

4 lines (3 loc) 69 B
export declare type ClassType<T> = { new (...args: any[]): T; };