rpad.d.ts 89 B

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