UNPKG

canvacard

Version:

Powerful image manipulation package for beginners.

9 lines 294 B
export = formatTime; /** * @module formatTime * @description Formats the timestamp into a date string. * @param {number} time Timestamp to convert * @returns {string} Formatted date string */ declare function formatTime(time: number): string; //# sourceMappingURL=formatTime.utils.d.ts.map