1 line
59 B
TypeScript
Executable file
1 line
59 B
TypeScript
Executable file
export declare function isDate(value: any): value is Date;
|