Logos DX
    Preparing search index...

    Type Alias IsArray<T>

    IsArray: T extends any[] ? true : false

    Helper type to detect if a type is an array

    Type Parameters

    • T