interface ArrayConstructor { isArray(arg: any): arg is unknown[]; }