adaptive-set - v0.2.0
    Preparing search index...

    Type Alias AdaptiveSet<T>

    AdaptiveSet: null | Set<T> | T[] | undefined

    AdaptiveSet is a set that can be a Set, Single, or undefined.

    Type Parameters

    • T