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

    Type Alias SetFactory<L, U>

    SetFactory: <S extends Lazy<Shape>>(shape: S) => SetShape<S, L, U>

    Factory function returned by cardinality.

    Accepts a value or union shape and returns a SetShape with the enclosing cardinality bounds.

    Type Parameters

    • L extends undefined | number

      The minCount bound

    • U extends undefined | number

      The maxCount bound

    Type Declaration