UNPKG

yoastseo-dep

Version:

Yoast clientside page analysis

13 lines (11 loc) 241 B
import findAllInTree from "./findAllInTree"; import innerText from "./innerText"; /** * @module parse/traverse * * Module containing functions to traverse and gather information from the tree. */ export { findAllInTree, innerText, };