aboutsummaryrefslogtreecommitdiff
path: root/node_modules/cheerio-select/lib/helpers.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cheerio-select/lib/helpers.d.ts')
-rw-r--r--node_modules/cheerio-select/lib/helpers.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/cheerio-select/lib/helpers.d.ts b/node_modules/cheerio-select/lib/helpers.d.ts
new file mode 100644
index 0000000..4e9a298
--- /dev/null
+++ b/node_modules/cheerio-select/lib/helpers.d.ts
@@ -0,0 +1,5 @@
+import type { Node } from "domhandler";
+import type { Selector } from "css-what";
+export declare function getDocumentRoot(node: Node): Node;
+export declare function groupSelectors(selectors: Selector[][]): [plain: Selector[][], filtered: Selector[][]];
+//# sourceMappingURL=helpers.d.ts.map \ No newline at end of file