Files
talk-pro/node_modules/@astrojs/prism/dist/highlighter.d.ts

5 lines
139 B
TypeScript
Raw Normal View History

export declare function runHighlighterWithAstro(lang: string | undefined, code: string): {
classLanguage: string;
html: string;
};