astro-ghostcms/.pnpm-store/v3/files/41/aa80925d885fd324acbbfa0d03a...

3 lines
176 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { type ShikiConfig, type ShikiHighlighter } from '@astrojs/markdown-remark';
export declare function getCachedHighlighter(opts: ShikiConfig): Promise<ShikiHighlighter>;