MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / padZero

Function padZero

scripts/web_timer_main.js:490–492  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

488}
489
490function padZero(num) {
491 return num.toString().padStart(2, "0");
492}
493
494function Donut(diameter, data, strokeWidth = 50, gap = 0, wedgeWidth = 4) {
495 const decimals = 4;

Callers 1

formatDateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected