Skip to content

Commit 8e82b80

Browse files
committed
fix: fix bigint types
1 parent 7fa1c39 commit 8e82b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigint.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ export function fromBigInt(bigint: bigint, options: FromBigIntOptions): Uint8Arr
4545
* @param arr - The bytes to convert
4646
* @returns The BigInt representation
4747
*/
48-
export function toBigInt(arr: ArrayBufferView): bigint;
48+
export function toBigInt(arr: Uint8ArrayBuffer): bigint;

0 commit comments

Comments
 (0)