mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
Add missing semicolons in definition
This commit is contained in:
4
highlightjs/highlightjs.d.ts
vendored
4
highlightjs/highlightjs.d.ts
vendored
@@ -11,10 +11,10 @@ declare module "highlight.js"
|
||||
name: string,
|
||||
value: string,
|
||||
ignore_illegals?: boolean,
|
||||
continuation?: boolean) : IHighlightResult
|
||||
continuation?: boolean) : IHighlightResult;
|
||||
export function highlightAuto(
|
||||
value: string,
|
||||
languageSubset?: string[]) : IAutoHighlightResult
|
||||
languageSubset?: string[]) : IAutoHighlightResult;
|
||||
|
||||
export function fixMarkup(value: string) : string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user