We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa1c39 commit 8e82b80Copy full SHA for 8e82b80
1 file changed
bigint.d.ts
@@ -45,4 +45,4 @@ export function fromBigInt(bigint: bigint, options: FromBigIntOptions): Uint8Arr
45
* @param arr - The bytes to convert
46
* @returns The BigInt representation
47
*/
48
-export function toBigInt(arr: ArrayBufferView): bigint;
+export function toBigInt(arr: Uint8ArrayBuffer): bigint;
0 commit comments