UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

7 lines (6 loc) 294 B
import type { Http } from '../../../../util/http'; import type { CustomDatasourceFetcher } from './types'; export declare class HtmlFetcher implements CustomDatasourceFetcher { fetch(http: Http, registryURL: string): Promise<unknown>; readFile(registryURL: string): Promise<unknown>; }