mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Remove private RegExp vars
This commit is contained in:
Vendored
-4
@@ -105,10 +105,6 @@ declare module "highlight.js"
|
||||
compiled: boolean;
|
||||
contains?: ICompiledMode[];
|
||||
keywords?: Object[];
|
||||
beginRe: RegExp;
|
||||
endRe?: RegExp;
|
||||
lexemesRe?: RegExp;
|
||||
illegalRe?: RegExp;
|
||||
terminators: RegExp;
|
||||
terminator_end?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user