diff --git a/cheerio/cheerio.d.ts b/cheerio/cheerio.d.ts index f0bf372f47..df5058f20f 100644 --- a/cheerio/cheerio.d.ts +++ b/cheerio/cheerio.d.ts @@ -1,5 +1,6 @@ // Type definitions for Cheerio v0.17.0 // Project: https://github.com/cheeriojs/cheerio +// Definitions by: Bret Little // Definitions by: VILIC VANE // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -207,4 +208,4 @@ interface CheerioElement { declare module "cheerio" { export function load(html: string, options?: CheerioOptionsInterface): CheerioStatic; -} \ No newline at end of file +}