main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
386 bytes
|
Rev | Line | |
---|
[79a0317] | 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.