type JSArray<T = any> = { array: T[], format: UniformType, dims: number, depth: number, length: number, }
packages / core / src / types.ts