Welcome to is-equal-to š
> Determines if x is equal to y
$3
Install
``
sh
npm install
`
Run tests
`
sh
npm run test
`
Example
`
js
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
* 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_