UNPKG

@uppy/audio

Version:

Uppy plugin that records audio using the device’s microphone.

6 lines 235 B
/** * Takes an Integer value of seconds (e.g. 83) and converts it into a * human-readable formatted string (e.g. '1:23'). */ export default function formatSeconds(seconds: number): string; //# sourceMappingURL=formatSeconds.d.ts.map