1.0.4 • Published 6 months ago

@types/is-date-object v1.0.4

Weekly downloads
116,001
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for is-date-object 1.0
// Project: https://github.com/ljharb/is-date-object
// Definitions by: Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function isDateObject(value?: any): boolean;

export = isDateObject;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:52 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Jordan Harband.

1.0.4

6 months ago

1.0.3

7 months ago

1.0.2

2 years ago

1.0.1

4 years ago

1.0.0

5 years ago