We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
This week, one of my team member lost time debugging because he had an error due to wrong usage of IsNumber
On an array of numbers property he put the validator:
When the first argument is supposed to be an object:
Is there a way to make sure the validator does not throw an error in that case?
The issue is on the line 31: if (options.maxDecimalPlaces !== undefined)
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
This week, one of my team member lost time debugging because he had an error due to wrong usage of IsNumber
On an array of numbers property he put the validator:
When the first argument is supposed to be an object:
Is there a way to make sure the validator does not throw an error in that case?
The issue is on the line 31: if (options.maxDecimalPlaces !== undefined)
Thank you
The text was updated successfully, but these errors were encountered: