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
isDouble
isDouble just checks for numbers:
elements-kinds/index.js
Lines 14 to 23 in 2d96ef5
This appears to work fine because of the ordering used here, where isDouble is only used if it’s not an array of Smis:
Lines 46 to 50 in 2d96ef5
Suggested fix: either rename isDouble to isNumber, or actually check for double values :)
isNumber
The text was updated successfully, but these errors were encountered:
No branches or pull requests
isDouble
just checks for numbers:elements-kinds/index.js
Lines 14 to 23 in 2d96ef5
This appears to work fine because of the ordering used here, where
isDouble
is only used if it’s not an array of Smis:elements-kinds/index.js
Lines 46 to 50 in 2d96ef5
Suggested fix: either rename
isDouble
toisNumber
, or actually check for double values :)The text was updated successfully, but these errors were encountered: