UNPKG

@types/is-date-object

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