astro-ghostcms/.pnpm-store/v3/files/4d/ee8b6cc6069fbf6a68a91afa6a4...

5 lines
139 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export declare function runHighlighterWithAstro(lang: string | undefined, code: string): {
classLanguage: string;
html: string;
};