UNPKG

200 BTypeScriptView Raw
1import { TypeScriptServiceHost } from "./typescript_host";
2/**
3 * Create an instance of a Deno `LanguageService`.
4 */
5export declare function createLanguageService(host: TypeScriptServiceHost): void;