MCPcopy 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
387function pad(length: number, val: string | number) {
388 return String(val).padStart(length, '0');
389}

Callers 1

date-format.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected