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

Function pad3

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

Source from the content-addressed store, hash-verified

314}
315
316function pad3(n: number): string {
317 return n.toString().padStart(3, "0");
318}
319
320function endsSentence(text: string): boolean {
321 return /[.!?][)"'\]}]*$/.test(text);

Callers 2

formatSrtTimestampFunction · 0.85
formatVttTimestampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected