UNPKG

react-styleguidist

Version:
5 lines (4 loc) 127 B
declare module 'strip-html-comments' { function stripHtmlComments(text: string): string; export = stripHtmlComments; }