| 1 | import wordCount from "../helpers/word/countWords.js"; |
| 2 | import removeHtmlBlocks, { IGNORED_CLASSES } from "../helpers/html/htmlParser"; |
| 3 | import { filterShortcodesFromHTML } from "../helpers"; |
| 4 |
nothing calls this directly
no test coverage detected