right-pad.d.ts 80 B

1
  1. export declare function rightPadWithSpaces(s: string, padding: number): string;