Type Alias MatrixLike

MatrixLike: Record<number, number>

An object that could be interpreted as a matrix.