stripCmt.d.ts 68 B

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