asSigned method

BigInt asSigned()

Returns the value as a signed big integer.

Implementation

BigInt asSigned() => toSigned(byteLength * 8);