is-equal-to
v1.1.2
Published
Determines if x is equal to y
Downloads
1,525
Readme
Determines if x is equal to y
🏠 Homepage
Install
npm installRun tests
npm run testExample
const isEqualTo = require('is-equal-to');
isEqualTo(1,2); // False
isEqualTo("hey", "Hey"); // False
isEqualTo("Hey!", "Hey!"); // True
isEqualTo(2+2,2*2); // TrueAuthor
👤 AprixStudios
- Website: https://aprixstudios.xyz/
- Twitter: @Aprixiaa
- Github: @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
