Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
316
function
pad3(n: number): string {
317
return
n.toString().padStart(3,
"0"
);
318
}
319
320
function
endsSentence(text: string): boolean {
321
return
/[.!?][)"'\]}]*$/.test(text);
Callers
2
formatSrtTimestamp
Function · 0.85
formatVttTimestamp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected