UNPKG

@tictuk/item-availability

Version:

Provides functions to check availability

8 lines 277 B
"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