2 lines
56 B
Plaintext
2 lines
56 B
Plaintext
export declare function is_date(obj: any): obj is Date;
|
export declare function is_date(obj: any): obj is Date;
|