I've been using 1.x and I'm now upgrading to the 2.x version of the library and I noticed a change in the type of indexes. It seems it's defined as ReadonlyArray<Number> (see), is that expected? Previously it was defined as ReadonlyArray<number> so it feels like a mistake.
I've been using 1.x and I'm now upgrading to the 2.x version of the library and I noticed a change in the type of
indexes
. It seems it's defined asReadonlyArray<Number>
(see), is that expected? Previously it was defined asReadonlyArray<number>
so it feels like a mistake.