mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Remove prototype from NodeFilter static type
This commit is contained in:
Vendored
-1
@@ -7897,7 +7897,6 @@ interface NodeFilter {
|
||||
}
|
||||
|
||||
declare var NodeFilter: {
|
||||
prototype: NodeFilter;
|
||||
FILTER_ACCEPT: number;
|
||||
FILTER_REJECT: number;
|
||||
FILTER_SKIP: number;
|
||||
|
||||
Reference in New Issue
Block a user