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

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;