mirror of
https://github.com/sern-handler/website
synced 2026-06-14 03:42: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;
|