UNPKG

@buka/class-transformer-extra

Version:

class-transformer-extra contains methods that's aren't included in the class-transform package.

6 lines (5 loc) 259 B
import { TransformOptions } from 'class-transformer'; export interface FormatDateTransformOptions extends TransformOptions { optional?: boolean; } export declare function FormatDate(template: any, options?: FormatDateTransformOptions): PropertyDecorator;