1.2.0 • Published 5 years ago

node-compare v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

comparison tool, strict mode can be specified

šŸ  Homepage

Install

npm install node-compare

Author

šŸ‘¤ steadmatthew

Usage

const compare = require("node-compare")
compare(value1, value2) // false
compare("2", 2) // true, as this is non strict mode
compare("2", 2, true) //false, as this is strict mode
compare(2, 2, true) // true, as these are the same

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 steadmatthew. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago