UNPKG

318 BTypeScriptView Raw
1import { ClassTransformOptions } from '../interfaces';
2/**
3 * Transform the object from class to plain object and return only with the exposed properties.
4 *
5 * Can be applied to functions and getters/setters only.
6 */
7export declare function TransformInstanceToPlain(params?: ClassTransformOptions): MethodDecorator;