UNPKG

@korbiniankuhn/validator

Version:

Validate object schemas for js, expressjs, angular and mongoose.

4 lines (3 loc) 173 B
import { Message } from './message'; export declare const toDate: (message: Message, value: any, utc: boolean) => Date; export declare const toUTC: (date: Date) => Date;