Bignumber для числа JavaScript

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