UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

6 lines 172 B
import { RuleFixAction } from "./rule-fix-action.js"; export interface RuleFix { message: string; actions: RuleFixAction[]; } //# sourceMappingURL=rule-fix.d.ts.map