UNPKG

@revenium/perplexity

Version:
7 lines (6 loc) 192 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatTimestamp = formatTimestamp; function formatTimestamp(date) { return date.toISOString(); }