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