ap-component
v1.0.1
Published
Apply function, otherwise return value
Downloads
22
Readme
ap
Apply function, otherwise return value
Installation
$ component install jb55/ap
API
var ap = require('ap')
, valA = function(x) { return 2 * x; }
, valB = 4
, a = ap(valA, 2)
, b = ap(valB, 2)
, tru = a === b;
License
MIT