korzio / djv

Dynamic JSON Schema Validator - Supports draft-04/06
https://www.npmjs.com/package/djv
MIT License
289 stars 31 forks source link

add integer test fix workaround #73

Open korzio opened 6 years ago

korzio commented 6 years ago
Number.isInteger(1.0)
Number.isInteger(1.000000000000000001)