@serenity-is/corelib / zeroPad
Function: zeroPad()
zeroPad(
n,len):string
Pads the start of string to make it the specified length.
Parameters
n
number
The number to pad.
len
number
Target length of the string.
Returns
string
@serenity-is/corelib / zeroPad
zeroPad(
n,len):string
Pads the start of string to make it the specified length.
number
The number to pad.
number
Target length of the string.
string