UNPKG

@wordpress/wordcount

Version:
9 lines (8 loc) 238 B
// packages/wordcount/src/stripHTMLComments.ts function stripHTMLComments(settings, text) { return text.replace(settings.HTMLcommentRegExp, ""); } export { stripHTMLComments as default }; //# sourceMappingURL=stripHTMLComments.js.map