UNPKG

@googleforcreators/media

Version:

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

9 lines 266 B
/** * Converts time in H:M:S format to milliseconds. * * @param time Time in HH:MM:SS or H:M:S format. * @return Milliseconds. */ declare function getMsFromHMS(time: string | null): number; export default getMsFromHMS; //# sourceMappingURL=getMsFromHMS.d.ts.map