master
// eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore: Unreachable code error BigInt.prototype.toJSON = function (): number { return this.toString() }