is-max

1.0.0 • Public • Published

is-max

Determine if a value is lower than another value

Install

$ npm install --save is-max

Usage

const isMax = require('is-max');

console.log(isMax('Hello World!', 20));
//=> true

console.log(isMax('Hello', 4));
//=> false

License

MIT © Bruno Queiros

Readme

Keywords

Package Sidebar

Install

npm i is-max

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • brunoqueiros