is-date-object
- Version 1.1.0
- Published
- 24.2 kB
- 2 dependencies
- MIT license
Install
npm i is-date-object
yarn add is-date-object
pnpm add is-date-object
Overview
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Index
Functions
Functions
function isDateObject
isDateObject: (value: unknown) => value is Date;
Package Files (1)
Dependencies (2)
Dev Dependencies (17)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/is-date-object
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/is-date-object)
- HTML<a href="https://www.jsdocs.io/package/is-date-object"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2576 ms. - Missing or incorrect documentation? Open an issue for this package.