Skip to content

Kitsuyo/is-greater-than

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to is-greater-than 👋

Version Documentation Maintenance License: ISC Twitter: Aprixiaa

Determines if x is greater than y

Install

npm install

Run tests

npm run test

Example

const isGreaterThan = require('is-greater-than');

isGreaterThan(1,2) // False

isGreaterThan('69', '666') // False

isGreaterThan(727, 420) // True

isGreaterThan('2.7e5', '3.9e3') // True

Author

👤 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

About

Determines if x is greater than y

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published