UNPKG

yamlify-object

Version:
8 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dateToString = void 0; function dateToString(date) { return "new Date(".concat(Date.prototype.toISOString.call(date), ")"); } exports.dateToString = dateToString; //# sourceMappingURL=dateToString.js.map