isguard-ts
    Preparing search index...

    Type Alias SetTypeGuard<T>

    SetTypeGuard: TypeGuard<Set<T>> & { isValue: TypeGuard<T> }

    A TypeGuard for Set<T>.

    Returned by isSet and TypeGuard.set.

    Type Parameters

    • T

      The type of elements in the set

    Type Declaration

    • isValue: TypeGuard<T>

      The type guard used for validating individual set elements