@w5s/numNamespacesBigIntBigInt A collection of functions to manipulate bigint@exampleimport { BigInt } from '@w5s/core';const total = [1n, 2n, 3n].reduce(BigInt['+'], 0n);// 6nBigInt['=='](total, 6n);// true
A collection of functions to manipulate
bigint