UNPKG

@nestjs/class-transformer

Version:

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

6 lines (5 loc) 114 B
export declare enum TransformationType { PLAIN_TO_CLASS = 0, CLASS_TO_PLAIN = 1, CLASS_TO_CLASS = 2 }