@wylau/is-negative
v0.1.1
Published
Returns true if the given number is negative.
Readme
Returns true if the given number is negative.
Install
npm i @wylau/is-negativeUsage
import isNegative from "is-negative";
console.log(isNegative(1)); //=> false
console.log(isNegative(-1)); //=> trueAuthor
👤 @wylau0
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator
