Urara-Blog/node_modules/.pnpm-store/v3/files/08/cfb0cc4f059d5640344ba40c2eab6047595e24c26811ce7b573d42f9907f50c5735c365e7c9da4601c1a5bb0ab1a8e1925bc7668a0c9ce16a1af1f1eca86ea
2022-08-14 01:14:53 +08:00

10 lines
No EOL
386 B
Text

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