You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subarray function should return a Buffer, but currently the types are inheriting the definition from Uint8Array which has the function returning a Uint8Array.
I believe PR #261 fixed this issue at runtime, but the types were never updated.
The
subarrayfunction should return aBuffer, but currently the types are inheriting the definition fromUint8Arraywhich has the function returning aUint8Array.I believe PR #261 fixed this issue at runtime, but the types were never updated.