2 lines
59 B
TypeScript
Raw Permalink Normal View History

export declare function isDate(value: any): value is Date;