is-equal-to

1.1.2 • Public • Published

Welcome to is-equal-to 👋

Version Documentation Maintenance License: ISC Twitter: Aprixiaa

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

Readme

Keywords

Package Sidebar

Install

npm i is-equal-to

Weekly Downloads

4

Version

1.1.2

License

ISC

Unpacked Size

4.71 kB

Total Files

6

Last publish

Collaborators

  • aprixia