mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Add missing semicolons in definition
This commit is contained in:
Vendored
+2
-2
@@ -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