@scalar/code-highlight
Version:
Central methods and themes for code highlighting in Scalar projects
6 lines • 302 B
TypeScript
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