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
/
es
/
render
/
html.d.ts
3 lines
(2 loc)
•
88 B
TypeScript
View Raw
1
2
3
import
{
Renderer
}
from
'../types'
;
export
declare
const
htmlRender
:
Renderer
<
string
>;