globalsBigInt()prototypeBigInt.prototype.valueOf()Version: 3.27.2On this pageBigInt.prototype.valueOf()The valueOf() method returns the wrapped primitive value of a BigInt object.SyntaxbigIntObj.valueOf()Return valueA BigInt representing the primitive value of the specified BigInt object.