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

Function formatTime

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

Source from the content-addressed store, hash-verified

13}
14
15export function formatTime(seconds: number): string {
16 return format(seconds);
17}
18
19export function formatDuration(seconds: number): string {
20 return format(seconds);

Callers 1

PlayerScreenFunction · 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…