MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getPadded

Function getPadded

src/ui-react-dom-charts/common/wilkinson.ts:357–358  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

355 : step * SECOND;
356
357const getPadded = (value: number): string =>
358 value < 10 ? `0${value}` : value + EMPTY_STRING;

Callers 1

getTimeTickLabelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…