mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
export declare function runHighlighterWithAstro(lang: string | undefined, code: string): {
|
|
classLanguage: string;
|
|
html: string;
|
|
};
|