UNPKG

ts-lit-plugin

Version:

Typescript plugin that adds type checking and code completion to lit-html

4 lines 286 B
import { LanguageService } from "typescript"; import { TsLitPlugin } from "./ts-lit-plugin/ts-lit-plugin.js"; export declare function decorateLanguageService(languageService: LanguageService, plugin: TsLitPlugin): LanguageService; //# sourceMappingURL=decorate-language-service.d.ts.map