isguard-ts
    Preparing search index...

    Type Alias ArrayTypeGuard<T>

    ArrayTypeGuard: TypeGuard<T[]> & { isValue: TypeGuard<T> }

    A TypeGuard for T[].

    Returned by isArray and TypeGuard.array.

    Type Parameters

    • T

      The type of elements in the array

    Type Declaration

    • isValue: TypeGuard<T>

      The type guard used for validating individual array elements