@metreeca/blue - v0.9.1
    Preparing search index...

    Function optional

    • Creates a value range for at most one value (0..1).

      Allows zero or one value, resulting in an optional scalar type (undefined | V).

      Type Parameters

      Parameters

      • shape: Lazy<S>

        The value shape or union for the linked set

      Returns Range<S["model"], undefined, 1>

      A range with no minimum count and maxCount=1