0.2.0 • Published 8 years ago

ramped.subtract v0.2.0

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

Ramped subtract

Return the result of subtracting the first value from the second.

Install

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

npm i ramped.subtract --save

Usage

subtract = require('ramped.subtract')

subtract_4 = subtract(4)

subtract_4(6)
// 2

License

ISC

0.2.0

8 years ago

0.1.0

8 years ago