1.0.1 • Published 12 years ago
ap-component v1.0.1
ap
Apply function, otherwise return value
Installation
$ component install jb55/apAPI
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
1.0.1
12 years ago