Merge pull request #28109 from arashout/patch-1

[@types/cheerio] Add missing option to CheerioOptionsInterface
This commit is contained in:
Daniel Rosenwasser
2018-08-22 13:29:52 -07:00
committed by GitHub
+1
View File
@@ -214,6 +214,7 @@ interface CheerioOptionsInterface {
recognizeCDATA?: boolean;
recognizeSelfClosing?: boolean;
normalizeWhitespace?: boolean;
ignoreWhitespace?: boolean;
}
interface CheerioSelector {