Type alias NumLit

NumLit: Tagged<"NumLit", {
    val: number | string;
}>

Type declaration

  • val: number | string

Generated using TypeDoc