Détail du package

ramped.subtract

MattMS13ISC0.2.0

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

readme

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