|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
386 bytes
|
| Line | |
|---|
| 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.