Type alias StringLit

StringLit: Tagged<"StringLit", {
    val: string;
}>

Type declaration

  • val: string

Generated using TypeDoc