lpad.d.ts 89 B

123
  1. declare function lpad(str: string, len: number, chars?: string): string;
  2. export = lpad;