MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / pad2

Function pad2

packages/cli/src/whisper/normalize.ts:312–314  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

310}
311
312function pad2(n: number): string {
313 return n.toString().padStart(2, "0");
314}
315
316function pad3(n: number): string {
317 return n.toString().padStart(3, "0");

Callers 2

formatSrtTimestampFunction · 0.70
formatVttTimestampFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected