happypdf / toHexStringOfMinLength
Function: toHexStringOfMinLength()
ts
function toHexStringOfMinLength(num, minLength): string;Defined in: src/utils/strings.ts:5
Parameters
| Parameter | Type |
|---|---|
num | number |
minLength | number |
Returns
string