restore cheerio.d.ts's 1st author

This commit is contained in:
vvakame
2014-07-10 14:10:22 +09:00
parent 3508e2cd46
commit 05545a1586

View File

@@ -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;
}
}