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) 239 B
import { ClassTransformOptions } from '../interfaces/class-transformer-options.interface'; /** * These are the default options used by any transformation operation. */ export declare const defaultOptions: Partial<ClassTransformOptions>;