is-greater-than
v1.1.3
Published
Determines if x is greater than y
Readme
Determines if x is greater than y
🏠 Homepage
Install
npm installRun tests
npm run testExample
const isGreaterThan = require('is-greater-than');
isGreaterThan(1,2) // False
isGreaterThan('69', '666') // False
isGreaterThan(727, 420) // True
isGreaterThan('2.7e5', '3.9e3') // TrueAuthor
👤 AprixStudios
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 AprixStudios. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
