@laserware/arcade
    Preparing search index...

    Function isArrayOf

    • Checks if the specified value is an array of the specified type.

      Type Parameters

      • T

        Type in array to check for.

      Parameters

      • value: unknown

        Value to check.

      • predicate: (value: any) => boolean

        Predicate function to confirm the type matches.

      Returns value is T[]

      true if the value is an array of specified type.