Bignumber ke nomor javascript

const big = BigInt(1);
const number = Number(big);
jawwson