MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / padLeft

Function padLeft

example/tests/gm_xhr_test.js:383–385  ·  view source on GitHub ↗
(value, width)

Source from the content-addressed store, hash-verified

381 }
382
383 function padLeft(value, width) {
384 return String(value).padStart(width, " ");
385 }
386
387 function clamp(value, min, max) {
388 return Math.min(Math.max(value, min), max);

Callers 1

prettyStackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected