UNPKG

@arkts/shared

Version:
9 lines (7 loc) 229 B
import type { SysResource } from './sys-resource' export interface LanguageServerConfigurator { getSdkPath(): string getSysResource(force?: boolean): SysResource | null getSysResourcePath(): string getLocale(): string }