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
/
languages
/
glsl.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
import
{
LanguageDef
}
from
'../types'
;
export
declare
const
GLSL
:
LanguageDef
;