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

    Type Alias Optional<T>

    Optional: undefined | T

    Optional value.

    Extends a type with the empty value undefined alone, matching the absence reported by omitted properties and missing arguments: null remains a value in its own right, accepted only where T already admits it.

    Type Parameters

    • T

      The type to extend with undefined