interface Fetcher { fetch(url: string): Promise<{ $: CheerioAPI; fullUrl: string }>; fetchRoot(): Promise<{ $: CheerioAPI; fullUrl: string }>;} Methods
fetch
- fetch(url: string): Promise<{ $: CheerioAPI; fullUrl: string }>
Returns Promise<{ $: CheerioAPI; fullUrl: string }>
fetchRoot
- fetchRoot(): Promise<{ $: CheerioAPI; fullUrl: string }>
Returns Promise<{ $: CheerioAPI; fullUrl: string }>