UNPKG
@tictuk/item-availability
Version:
latest (1.2.0)
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Provides functions to check availability
@tictuk/item-availability
/
out
/
exception-date.js
8 lines
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
toDate
=
void
0
;
function
toDate
(
date
) {
return
new
Date
(date.
year
, date.
month
-
1
, date.
day
, date.
hour
, date.
minute
); }
exports
.
toDate
= toDate;
//# sourceMappingURL=exception-date.js.map