UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

8 lines 480 B
import { SimpleType } from "ts-simple-type"; import { HtmlNodeAttr } from "../../../analyze/types/html-node/html-node-attr-types.js"; import { RuleModuleContext } from "../../../analyze/types/rule/rule-module-context.js"; export declare function isAssignableInBooleanBinding(htmlAttr: HtmlNodeAttr, { typeA, typeB }: { typeA: SimpleType; typeB: SimpleType; }, context: RuleModuleContext): boolean | undefined; //# sourceMappingURL=is-assignable-in-boolean-binding.d.ts.map