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
/
esm2015
/
internal
/
functions
/
lbdate
/
create-moment-to-date-method.js
8 lines
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
function
createMomentToDateMethod
(
toISOString
) {
return
function
(
) {
const
date =
new
Date
(
this
.
valueOf
()); date.
toISOString
= toISOString;
return
date; }; }
//# sourceMappingURL=create-moment-to-date-method.js.map