Files

3 lines
107 B
TypeScript

import type { RegexEngine } from 'shiki';
export declare function loadShikiEngine(): Promise<RegexEngine>;