UNPKG
highlight-ts
Version:
latest (9.12.1-2)
9.12.1-2
9.12.1-1
9.12.0
Highlight.JS in TypeScript (and ES6).
github.com/katyo/highlight-ts
katyo/highlight-ts
highlight-ts
/
compile.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
import
{
LanguageDef
,
CompiledLanguageDef
}
from
'./types'
;
export
declare
function
compileLanguage
(
language: LanguageDef
):
CompiledLanguageDef
;