UNPKG

@nestjs/class-transformer

Version:

Fork of the class-transformer package. Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors

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