jccp_a/vuepress/node_modules/@vuepress/plugin-shiki/lib/node/resolveLang.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

7 lines
203 B
TypeScript

import { LanguageRegistration } from 'shiki';
declare function resolveLang(lang: string): Promise<LanguageRegistration[]>;
type ShikiResolveLang = typeof resolveLang;
export type { ShikiResolveLang };