pad.d.ts 87 B

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