ramped.more_than

0.2.0 • Public • Published

Ramped more than

Return true if the second value is bigger than the first.

Part of the ramped.js collection for functional programming.

Install

To add as a dependency to a Node.js project:

npm i ramped.more_than --save

Usage

more_than = require('ramped.more_than')

is_more_than_4 = more_than(4)

is_more_than_4(6)
// true

is_more_than_4(4)
// false

is_more_than_4(2)
// false

Dependencies

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i ramped.more_than

Weekly Downloads

0

Version

0.2.0

License

ISC

Last publish

Collaborators

  • mattms