Update index.d.ts (#43233)

This commit is contained in:
Samuel Bodin 2020-03-20 16:35:17 +01:00 committed by GitHub
parent 2161f2afc8
commit 0a41e82e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,6 +236,7 @@ interface CheerioOptionsInterface {
recognizeSelfClosing?: boolean;
normalizeWhitespace?: boolean;
ignoreWhitespace?: boolean;
_useHtmlParser2?: boolean;
}
interface CheerioSelector {