mirror of
https://github.com/sern-handler/website
synced 2026-06-15 04:12:26 +00:00
4 lines
250 B
TypeScript
4 lines
250 B
TypeScript
import { Connection } from '@volar/language-server/node';
|
|
import type { ServerOptions } from '@volar/language-server/lib/server.js';
|
|
export declare function createServerOptions(connection: Connection, ts: typeof import('typescript')): ServerOptions;
|