toDate.d.ts 59 B

123
  1. declare function toDate(val: any): Date;
  2. export = toDate;