mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Change ICompiledMode keyword to Object
This commit is contained in:
Vendored
+1
-1
@@ -104,7 +104,7 @@ declare module "highlight.js"
|
||||
{
|
||||
compiled: boolean;
|
||||
contains?: ICompiledMode[];
|
||||
keywords?: Object[];
|
||||
keywords?: Object;
|
||||
terminators: RegExp;
|
||||
terminator_end?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user