Object.defineProperty(Number.prototype, 'n', { enumerable: false, configurable: false, get() { return BigInt(this); }, });