stripHtmlTag.d.ts 76 B

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