v3.0.1
tagged this
11 Oct 04:47
We do `Array.isArray(maybeEncodableArray)` to detect if it is an array, which means we need a type that extends `Array` (or `ReadonlyArray`) so that it correctly passes that check.