UNPKG
lbdate
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
JavaScript Date object serialization helper.
github.com/LbJS/LbDate
LbJS/LbDate
lbdate
/
es2015
/
internal
/
functions
/
helpers
/
is-date.js
8 lines
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isDate
=
void
0
;
function
isDate
(
value
) {
return
value
instanceof
Date
; }
exports
.
isDate
= isDate;
//# sourceMappingURL=is-date.js.map