UNPKG

yamlify-object

Version:
4 lines 157 B
export function dateToString(date) { return "new Date(".concat(Date.prototype.toISOString.call(date), ")"); } //# sourceMappingURL=dateToString.js.map