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
Argument of type '{ endianness: "big"; }' is not assignable to parameter of type 'BufferIOOptions'.
Property 'byteOffset' is missing in type '{ endianness: "big"; }' but required in type 'BufferIOOptions'.ts(2345)
Without testing it extensively, this seems to resolve the issue:
Heya!
Following code is criticized by my linter:
Its complaint is:
Without testing it extensively, this seems to resolve the issue:
Thanks for your effort!
Uli
The text was updated successfully, but these errors were encountered: