Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
312
function
pad2(n: number): string {
313
return
n.toString().padStart(2,
"0"
);
314
}
315
316
function
pad3(n: number): string {
317
return
n.toString().padStart(3,
"0"
);
Callers
2
formatSrtTimestamp
Function · 0.70
formatVttTimestamp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected