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

    Type Alias Nullable<T>

    Nullable: undefined | null | T

    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

    • T

      The type to extend with undefined and null