1234567891011121314151617181920 |
- import { type CheerioAPI } from './load.js';
- import type { CheerioOptions } from './options.js';
- import type { AnyNode } from 'domhandler';
- export declare const load: (content: string | AnyNode | AnyNode[] | Buffer, options?: CheerioOptions | null, isDocument?: boolean) => CheerioAPI;
|