mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
Change ICompiledMode keyword to Object
This commit is contained in:
2
highlightjs/highlightjs.d.ts
vendored
2
highlightjs/highlightjs.d.ts
vendored
@@ -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