We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999da0e commit e56182fCopy full SHA for e56182f
1 file changed
bigint.d.ts
@@ -25,7 +25,6 @@ export interface FromBigIntOptions {
25
/**
26
* Convert a BigInt to a Uint8Array or Buffer
27
*
28
- * The BigInt is converted to a hex string and then padded to the specified length.
29
* The output bytes are in big-endian format.
30
* Throws if the BigInt is negative or cannot fit into the specified length.
31
0 commit comments