UNPKG

@scalar/code-highlight

Version:

Central methods and themes for code highlighting in Scalar projects

6 lines 302 B
export { syntaxHighlight } from './code/index.js'; export { lowlightLanguageMappings } from './constants.js'; export * from './languages/index.js'; export { htmlFromMarkdown } from './markdown/index.js'; export { rehypeHighlight } from './rehype-highlight/index.js'; //# sourceMappingURL=index.d.ts.map