UNPKG

@wordpress/wordcount

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