source: trip-planner-front/node_modules/domutils/lib/index.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 386 bytes
Line 
1export * from "./stringify";
2export * from "./traversal";
3export * from "./manipulation";
4export * from "./querying";
5export * from "./legacy";
6export * from "./helpers";
7export * from "./feeds";
8/** @deprecated Use these methods from `domhandler` directly. */
9export { isTag, isCDATA, isText, isComment, isDocument, hasChildren, } from "domhandler";
10//# sourceMappingURL=index.d.ts.map
Note: See TracBrowser for help on using the repository browser.