parcoursup/node_modules/domutils/lib/index.d.ts
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

10 lines
386 B
TypeScript

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