UNPKG

just-left-pad

Version:

add characters to the left of a string such that its total length is n

3 lines (2 loc) 104 B
declare function leftPad(str: string, length: number, padStr?: string): string; export default leftPad;