UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 130 B
/** * Format timestamp into a time string. */ declare function toTimeString(ms: any): string; export default toTimeString;