diff --git a/types/cheerio/index.d.ts b/types/cheerio/index.d.ts index 8250848374..42bcae6eff 100644 --- a/types/cheerio/index.d.ts +++ b/types/cheerio/index.d.ts @@ -271,6 +271,8 @@ interface CheerioAPI extends CheerioSelector, CheerioStatic { load(element: CheerioElement, options?: CheerioOptionsInterface): CheerioStatic; } +interface Document { } + declare var cheerio:CheerioAPI; declare module "cheerio" {