projecte_ionic/node_modules/domutils/lib/index.d.ts

10 lines
386 B
TypeScript
Raw Normal View History

2022-02-09 18:30:03 +01:00
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