1.0.1 • Published 10 years ago

ap-component v1.0.1

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

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