MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / padRight

Function padRight

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

Source from the content-addressed store, hash-verified

377 }
378
379 function padRight(value, width) {
380 return String(value).padEnd(width, " ");
381 }
382
383 function padLeft(value, width) {
384 return String(value).padStart(width, " ");

Callers 1

prettyStackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected