mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
restore cheerio.d.ts's 1st author
This commit is contained in:
3
cheerio/cheerio.d.ts
vendored
3
cheerio/cheerio.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
// Type definitions for Cheerio v0.17.0
|
||||
// Project: https://github.com/cheeriojs/cheerio
|
||||
// Definitions by: Bret Little <https://github.com/blittle>
|
||||
// Definitions by: VILIC VANE <http://vilic.info>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
@@ -207,4 +208,4 @@ interface CheerioElement {
|
||||
|
||||
declare module "cheerio" {
|
||||
export function load(html: string, options?: CheerioOptionsInterface): CheerioStatic;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user