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