DefinitelyTyped/types/is-date-object/index.d.ts

9 lines
307 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>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function isDateObject(value?: any): boolean;
export = isDateObject;