utils.d.ts 64 B

123
  1. interface Number {
  2. padLeft(n: number, str: string): string;
  3. }