Skip to content

SpecialValueMatch🔗

Special value types supported by the SpecialValueMap

Definition🔗

export enum SpecialValueMatch {
    True = "true",
    False = "false",
    Null = "null",
    NotANumber = "nan",
    NullAndNan = "null+nan",
    Empty = "empty",
}