stripColor.d.ts 72 B

1234
  1. declare function stripColor(str: string): string;
  2. export = stripColor;