@types/is-date-object
Version:
TypeScript definitions for is-date-object
23 lines (16 loc) • 698 B
Markdown
is-date-object`
This package contains type definitions for is-date-object (https://github.com/ljharb/is-date-object).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-date-object.
````ts
declare function isDateObject(value?: any): boolean;
export = isDateObject;
````
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
These definitions were written by [Jordan Harband](https://github.com/ljharb).
> `npm install --save @types/