padEnd
padEnd(
maxLength,fillString?): (s) =>string
Defined in: Data/Str.ts:209
Pads the end 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