IOweb/node_modules/@astrojs/internal-helpers/dist/shiki-engine-workerd.d.ts
2026-07-03 15:07:38 -05:00

2 lines
107 B
TypeScript

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