npm.io
1.1.0 • Published 1 year ago

is-date-object

Licence
MIT
Version
1.1.0
Deps
2
Size
24 kB
Vulns
0
Weekly
0
Stars
16
Better alternativeUse v instanceof Date, or if cross-realm, use Object.prototype.toString.call(v) === "[object Date]"Consider using a lighter alternative