1.1.2 ā€¢ Published 4 years ago

is-equal-to v1.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Determines if x is equal to y

šŸ  Homepage

Install

npm install

Run tests

npm run test

Example

const isEqualTo = require('is-equal-to');

isEqualTo(1,2); // False

isEqualTo("hey", "Hey"); // False 

isEqualTo("Hey!", "Hey!"); // True

isEqualTo(2+2,2*2); // 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