aboutsummaryrefslogtreecommitdiff
path: root/node_modules/domutils/lib/index.d.ts
blob: 33b282dbba18564ab9c1f694aa23bff29950c1c2 (plain)
1
2
3
4
5
6
7
8
9
10
export * from "./stringify";
export * from "./traversal";
export * from "./manipulation";
export * from "./querying";
export * from "./legacy";
export * from "./helpers";
export * from "./feeds";
/** @deprecated Use these methods from `domhandler` directly. */
export { isTag, isCDATA, isText, isComment, isDocument, hasChildren, } from "domhandler";
//# sourceMappingURL=index.d.ts.map