We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2400090 commit 31e19abCopy full SHA for 31e19ab
src/resolvers/index.ts
@@ -31,7 +31,7 @@ import IBAN from './IBAN';
31
const BigIntResolver = BigIntFactory('BigInt');
32
const LongResolver = BigIntFactory('Long');
33
34
-const NonNegativeIntResolver = NonNegativeIntFactory('NonNegative');
+const NonNegativeIntResolver = NonNegativeIntFactory('NonNegativeInt');
35
const UnsignedIntResolver = NonNegativeIntFactory('UnsignedInt');
36
37
const NonNegativeFloatResolver = NonNegativeFloatFactory('NonNegativeFloat');
0 commit comments