The source Buffer containing binary representation of the integer.
Set to true if the buffer is encoded in little-endian format; set to false if big-endian. Defaults to true.
Set to true if the buffer contains a signed two's complement integer. Defaults to false.
A standard native bigint value decoded from the bytes.
Decodes a Node.js
Bufferback into a JS nativeBigIntvalue.