is-date-object@1.1.0
// Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
$ npm install is-date-object
downloads/wk
82,654,044
license
MIT
version
1.1.0
published
Dec 13, 2024
What is is-date-object?
This package provides a reliable way to check if a value is a JavaScript Date object, working correctly across different execution contexts like iframes and realms where standard type checks might fail. It handles edge cases involving ES6's @@toStringTag, ensuring accurate Date detection even when objects are explicitly tagged differently. Use this when you need robust Date validation in environments with multiple JavaScript contexts or when working with potentially manipulated objects.
Links
Keywords
Dependencies (2)
Maintainers
ljharb