UNPKG

@googleforcreators/media

Version:

Functionality for creating and working with media resources in the Web Stories editor.

9 lines 270 B
/** * Converts length in milliseconds to HH:MM:SS.SSS format. * * @param ms Original length in milliseconds. * @return Formatted length. */ declare function formatMsToHMS(ms: number): string; export default formatMsToHMS; //# sourceMappingURL=formatMsToHMS.d.ts.map