@zthun/trilean
    Preparing search index...

    Type Alias indeterminate

    indeterminate: "indeterminate"

    The indeterminate type.

    Note that the indeterminate type is officially a string here instead of null. This is by design since null is considered to have no value.

    Instead of checking for the indeterminate string, always make sure to use ZTrilean.isIndeterminate(val) to check for this type.

    When setting the indeterminate value, use ZTrilean.Indeterminate as the value to set.

    const value: indeterminate = ZTrilean.Indeterminate;