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
/** * Decode value from buffer at offset * @param array - Uint8Array to read the decoded value from * @param offset - Decode offset * @return decoded value */get(array: Array,offset: number): Value;
Generated
/** * Decode value from buffer at offset * @paramarray - Uint8Array to read the decoded value from * @paramoffset - Decode offset * @return decoded value*/defget(array: js.Array, offset: Double):Value= js.native
Error
class Array takes type parameters
The text was updated successfully, but these errors were encountered:
Source
https://github.com/Borewit/tokenizer-token/blob/432ffe2187a29020c23cb52501f81009dddb7821/index.d.ts#L12-L18
Generated
Error
The text was updated successfully, but these errors were encountered: