UNPKG

nestjs-swagger-dto

Version:
5 lines (4 loc) 218 B
import { PropertyOptions } from '../core'; export declare const IsDate: ({ format, default: def, example, ...base }: Omit<PropertyOptions<Date, { format: 'date' | 'date-time'; }>, "isArray">) => PropertyDecorator;