There was an error while loading. Please reload this page.
1 parent f66a494 commit 4e24e1cCopy full SHA for 4e24e1c
1 file changed
packages/ripple-binary-codec/src/types/int.ts
@@ -57,6 +57,7 @@ abstract class Int extends Comparable<Int | number> {
57
* @param max The maximum allowed value
58
* @throws Error if the value is out of range
59
*/
60
+ // eslint-disable-next-line max-params -- for error clarity in browsers
61
static checkIntRange(
62
typeName: string,
63
val: number | bigint,
0 commit comments