node-compare
v1.2.0
Published
comparison tool, strict mode can be specified
Downloads
2
Readme
comparison tool, strict mode can be specified
🏠 Homepage
Install
npm install node-compare
Author
👤 steadmatthew
- Github: @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