Closed
Description
Is your request related to a specific problem you're having?
Sometime I want to use some type from Highlight.js internal types. e.g. Language
, LanguageFn
.
But I can't use it now.
The solution you'd prefer / feature you'd like to see added...
Expose all internal TypeScript types from highlight.js
.
So I can use it for more typing.
Any alternative solutions you considered...
No.
Additional context...
Types should be able to import like this.
import { LanguageFn, Language } from 'highlight.js';