mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-25 18:40:34 +00:00
Merge pull request #28109 from arashout/patch-1
[@types/cheerio] Add missing option to CheerioOptionsInterface
This commit is contained in:
Vendored
+1
@@ -214,6 +214,7 @@ interface CheerioOptionsInterface {
|
||||
recognizeCDATA?: boolean;
|
||||
recognizeSelfClosing?: boolean;
|
||||
normalizeWhitespace?: boolean;
|
||||
ignoreWhitespace?: boolean;
|
||||
}
|
||||
|
||||
interface CheerioSelector {
|
||||
|
||||
Reference in New Issue
Block a user