Skip to content

Commit

Permalink
fix(types): Rename exported variable (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-korsa committed Jan 26, 2021
1 parent b3010d7 commit 897b37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Expand Up @@ -274,5 +274,5 @@ declare namespace cheerio {
}
}

declare const cheerioModule: cheerio.CheerioAPI;
export = cheerioModule;
declare const cheerio: cheerio.CheerioAPI;
export = cheerio;

0 comments on commit 897b37f

Please sign in to comment.