isDate.d.ts 59 Bytes
Newer Older
liang ce committed
1
export declare function isDate(value: any): value is Date;