mirror of
https://github.com/sern-handler/website
synced 2026-06-13 11:22:20 +00:00
3 lines
156 B
TypeScript
3 lines
156 B
TypeScript
import { ServiceEnvironment } from '@volar/language-service';
|
|
export declare function createServiceEnvironment(getSettings: () => any): ServiceEnvironment;
|