MCPcopy
hub / github.com/doublesymmetry/react-native-track-player / formatDuration

Function formatDuration

example/src/lib/formatTime.ts:19–21  ·  view source on GitHub ↗
(seconds: number)

Source from the content-addressed store, hash-verified

17}
18
19export function formatDuration(seconds: number): string {
20 return format(seconds);
21}

Callers 2

MusicScreenFunction · 0.90
PodcastScreenFunction · 0.90

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…