globalsBigInt()prototypeBigInt.prototype.valueOf()Version: 3.37.0On this pageBigInt.prototype.valueOf() The valueOf() method returns the wrapped primitive value of a BigInt object. Syntax bigIntObj.valueOf() Return value A BigInt representing the primitive value of the specified BigInt object.