pad-string.d.ts 58 B

1
  1. export default function padString(input: string): string;