UNPKG

xbind

Version:

Sugar way to adapt the arguments signature of functions

9 lines (6 loc) 104 B
module.exports = identity; function identity(o) { return function () { return o; }; }