padStart
padStart(
maxLength,fillString?): (s) =>string
Defined in: Data/Str.ts:197
Pads the start of a string to a specified length. Data-last: use in pipe.
Parameters
Section titled “Parameters”maxLength
Section titled “maxLength”number
fillString?
Section titled “fillString?”string
Returns
Section titled “Returns”(s) => string