UNPKG

@prisma/language-server

Version:
8 lines (7 loc) 200 B
import type { LSOptions } from './lib/types'; /** * Starts the language server. * * @param options Options to customize behavior */ export declare function startServer(options?: LSOptions): void;