Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 576 Bytes

eth-connect.padright.md

File metadata and controls

26 lines (16 loc) · 576 Bytes

Home > eth-connect > padRight

padRight() function

Should be called to pad string to expected length

Signature:

export declare function padRight(str: string, chars: number, sign?: string): string;

Parameters

Parameter Type Description
str string
chars number
sign string (Optional)

Returns:

string