0.2.0 • Published 8 years ago

ramped.more_than v0.2.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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

0.2.0

8 years ago

0.1.0

8 years ago