You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
386 B

3 months ago
  1. export * from "./stringify";
  2. export * from "./traversal";
  3. export * from "./manipulation";
  4. export * from "./querying";
  5. export * from "./legacy";
  6. export * from "./helpers";
  7. export * from "./feeds";
  8. /** @deprecated Use these methods from `domhandler` directly. */
  9. export { isTag, isCDATA, isText, isComment, isDocument, hasChildren, } from "domhandler";
  10. //# sourceMappingURL=index.d.ts.map