@metreeca/core - v0.9.22
    Preparing search index...

    Type Alias Nullable<V>

    Nullable: undefined | null | V

    Nullable value.

    Extends a type with the empty values undefined and null, as the converse of the built-in NonNullable: absence is accepted under either marker, so values are taken as they come, whichever convention their source follows.

    Type Parameters

    • V

      The type to extend with undefined and null