1.2.0 ⢠Published 5 years ago
node-compare v1.2.0
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