interface ArrayConstructor Private Call Signatures (arrayLength?: number): any[] <T>(arrayLength: number): T[] <T>(...items: T[]): T[] Properties readonly prototype: any[] Methods isArray(arg: any): arg is any[]