MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / fmt

Function fmt

packages/db/scripts/check-sessions.ts:46–48  ·  view source on GitHub ↗
(n: number, w: number)

Source from the content-addressed store, hash-verified

44};
45
46function fmt(n: number, w: number) {
47 return String(n).padStart(w);
48}
49
50function header(title: string) {
51 console.log('');

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected