ArkhetestcastArrayOn this pagecastArray() castArray<T>(obj): T[] Casts a value to an array type for tests. Type Parametersโ T: T = anyโ The array element type. Parametersโ obj: unknownโ The value to cast. Returns: T[]โ The value cast to T[]. Sinceโ 2.0.0