MCPcopy Create free account
hub / github.com/ModelEngine-Group/app-platform / pad

Function pad

frontend/src/shared/utils/function.ts:14–16  ·  view source on GitHub ↗
(num: number)

Source from the content-addressed store, hash-verified

12 )}`;
13}
14function pad(num: number) {
15 return num.toString().padStart(2, '0');
16}

Callers 1

formatDateTimeFunction · 0.70

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected