aboutsummaryrefslogtreecommitdiff
path: root/node_modules/cheerio/lib/parsers/parse5-adapter.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cheerio/lib/parsers/parse5-adapter.d.ts')
-rw-r--r--node_modules/cheerio/lib/parsers/parse5-adapter.d.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/cheerio/lib/parsers/parse5-adapter.d.ts b/node_modules/cheerio/lib/parsers/parse5-adapter.d.ts
new file mode 100644
index 0000000..c262aec
--- /dev/null
+++ b/node_modules/cheerio/lib/parsers/parse5-adapter.d.ts
@@ -0,0 +1,9 @@
+import { Node, Document } from 'domhandler';
+import type { InternalOptions } from '../options';
+interface Parse5Options extends InternalOptions {
+ context?: Node;
+}
+export declare function parse(content: string, options: Parse5Options, isDocument?: boolean): Document;
+export declare function render(dom: Node | ArrayLike<Node>): string;
+export {};
+//# sourceMappingURL=parse5-adapter.d.ts.map \ No newline at end of file