Constraints to be applied on falsy

Remarks

Since 1.26.0

interface FalsyContraints {
    withBigInt?: boolean;
}

Properties

Properties

withBigInt?: boolean

Enable falsy bigint value

Remarks

Since 1.26.0