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

    Function multiple

    • Creates a SetShape with no cardinality constraints (0..*).

      Allows zero or more values, resulting in an optional array type (undefined | readonly V[]).

      Warning

      For dictionary shapes, each tag in the map holds a string array. minCount/maxCount apply per tag, not as an aggregate across all tags. This differs from vanilla SHACL aggregate counting, though expressible via per-tag property shapes.

      Type Parameters

      Parameters

      Returns SetShape<S, undefined, undefined>

      An immutable SetShape with no minimum or maximum count