- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
add checks @ ZodBigInt
.
#1711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add checks @ ZodBigInt
.
#1711
Conversation
✅ Deploy Preview for guileless-rolypoly-866f8a ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
Thanks Igal! I like a lot of this but I made some changes. I consolidated I got rid of all the |
Thanks Colin! ⚡
The use case I was thinking about was a 3rd party library, e.g. a database driver, returning I'll add a separate PR for Done #1753. |
This makes a lot of sense, sorry. |
Hey 👋
This PR adds
.gt
,.gte
,.lt
,.lte
,.positive
,.negative
,.nonpositive
,.nonnegative
&.multipleOf
toZodBigInt
.closes #1592.