Logo Xantham

TsLiteral Type

DU of TS literal types.

Union cases

Union case Description

BigInt value

Full Usage: BigInt value

Parameters:
    value : bigint

value : bigint

Bool value

Full Usage: Bool value

Parameters:
    value : bool

value : bool

Float value

Full Usage: Float value

Parameters:
    value : float

value : float

Int value

Full Usage: Int value

Parameters:
    value : int

value : int

Null

Full Usage: Null

String value

Full Usage: String value

Parameters:
    value : string

value : string

Instance members

Instance member Description

this.IsBigInt

Full Usage: this.IsBigInt

Returns: bool
Returns: bool

this.IsBool

Full Usage: this.IsBool

Returns: bool
Returns: bool

this.IsFloat

Full Usage: this.IsFloat

Returns: bool
Returns: bool

this.IsInt

Full Usage: this.IsInt

Returns: bool
Returns: bool

this.IsNull

Full Usage: this.IsNull

Returns: bool
Returns: bool

this.IsString

Full Usage: this.IsString

Returns: bool
Returns: bool

Type something to start searching.