UNPKG

ts-lit-plugin

Version:

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

4 lines 225 B
import { LitFormatEdit } from "lit-analyzer"; import * as ts from "typescript"; export declare function translateFormatEdits(formatEdits: LitFormatEdit[]): ts.TextChange[]; //# sourceMappingURL=translate-format-edits.d.ts.map