mirror of
https://github.com/sern-handler/website
synced 2026-06-22 07:42:25 +00:00
3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
import { ServicePlugin } from '@volar/language-server';
|
|
export declare const create: (ts: typeof import('typescript')) => ServicePlugin;
|