UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

8 lines 294 B
import { RuleModule } from "../analyze/types/rule/rule-module.js"; /** * This rule detects mismatches with property visibilities and the decorators * they were defined with. */ declare const rule: RuleModule; export default rule; //# sourceMappingURL=no-property-visibility-mismatch.d.ts.map