UNPKG

@astrojs/internal-helpers

Version:

Internal helpers used by core Astro packages.

3 lines (2 loc) 107 B
import type { RegexEngine } from 'shiki'; export declare function loadShikiEngine(): Promise<RegexEngine>;