UNPKG

yoastseo-dep

Version:

Yoast clientside page analysis

17 lines (15 loc) 276 B
import Node from "./Node"; import Heading from "./Heading"; import Paragraph from "./Paragraph"; import Text from "./Text"; /** * @module parse/structure * * Contains elements out of which a tree structure can be built. */ export { Node, Heading, Paragraph, Text, };