mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
declare module "highlight.js"
|
||||
{
|
||||
module hljs
|
||||
namespace hljs
|
||||
{
|
||||
export var LANGUAGES: { [name: string] : any; };
|
||||
|
||||
@@ -18,7 +18,7 @@ declare module "highlight.js"
|
||||
export function fixMarkup(value: string, tabReplace: boolean, useBR: boolean) : string;
|
||||
|
||||
export function highlightBlock(block: Node, tabReplace?: boolean, useBR?: boolean) : void;
|
||||
|
||||
|
||||
export function initHighlighting(): void;
|
||||
export function initHighlightingOnLoad(): void;
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -7,7 +7,7 @@ declare module 'highlight.js' {
|
||||
export = hljs;
|
||||
}
|
||||
|
||||
declare module hljs
|
||||
declare namespace hljs
|
||||
{
|
||||
export function highlight(
|
||||
name: string,
|
||||
|
||||
Reference in New Issue
Block a user