(other)
| 210 | */ |
| 211 | get value() { return this.#val; } |
| 212 | #checkFormat(other) { |
| 213 | (0, errors_js_1.assertArgument)(this.format === other.format, "incompatible format; use fixedNumber.toFormat", "other", other); |
| 214 | } |
| 215 | #checkValue(val, safeOp) { |
| 216 | /* |
| 217 | const width = BigInt(this.width); |