stripAnsi.d.ts 70 B

123
  1. declare function stripAnsi(str: string): string;
  2. export = stripAnsi;