commit
This commit is contained in:
parent
be4fd23bcf
commit
0bd53741af
728 changed files with 86573 additions and 0 deletions
9
node_modules/cheerio/lib/parsers/parse5-adapter.d.ts
generated
vendored
Normal file
9
node_modules/cheerio/lib/parsers/parse5-adapter.d.ts
generated
vendored
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue