console.log(typeof Object(1n));
// expected output: "object"
console.log(typeof Object(1n).valueOf());
// expected output: "bigint"
console.log(typeof Object(1n));
// expected output: "object"
console.log(typeof Object(1n).valueOf());
// expected output: "bigint"