Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/open-cli-tools/concurrently
/ pad
Function
pad
lib/date-format.ts:387–389 ·
view source on GitHub ↗
(length: number, val: string | number)
Source
from the content-addressed store, hash-verified
385
}
386
387
function
pad(length: number, val: string | number) {
388
return
String(val).padStart(length,
'0'
);
389
}
Callers
1
date-format.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected