UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

4 lines 232 B
import { LitCodeFix } from "../types/lit-code-fix.js"; import { RuleFix } from "../types/rule/rule-fix.js"; export declare function converRuleFixToLitCodeFix(codeFix: RuleFix): LitCodeFix; //# sourceMappingURL=rule-fix-util.d.ts.map