mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
369 B
TypeScript
10 lines
369 B
TypeScript
// Type definitions for is-date-object 1.0
|
|
// Project: https://github.com/ljharb/is-date-object
|
|
// Definitions by: Adam Zerella <https://github.com/adamzerella>
|
|
// Jordan Harband <https://github.com/ljharb>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function isDateObject(value?: any): boolean;
|
|
|
|
export = isDateObject;
|