UNPKG

127 BTypeScriptView Raw
1declare module 'strip-html-comments' {
2 function stripHtmlComments(text: string): string;
3 export = stripHtmlComments;
4}