Last change
on this file since b738035 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
386 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 |
---|
Note:
See
TracBrowser
for help on using the repository browser.