Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Type Alias IsArray<T_Type>

    IsArray: T_Type extends (infer _Item)[] ? true : false

    Tests if a type is a valid array.

    Use this as the parameter for Expect or ExpectNot in order to run tests.

    Type Parameters

    • T_Type

      Type to test.

    0.1.0