Interface Lit

Any literal

interface Lit {
    _tag: "Lit";
    literal: Literal;
}

Hierarchy

  • Tagged<"Lit", {
        literal: Literal;
    }>
    • Lit

Properties

Properties

_tag: "Lit"
literal: Literal

Generated using TypeDoc