fuc-new/doc/node_modules/@vuepress/plugin-shiki/lib/node/resolveLang.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +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 };