UNPKG

nyks

Version:

nodejs exupery style

12 lines (9 loc) 142 B
"use strict"; /** * return call with only one param */ module.exports = function(cb) { return function(arg) { return cb(arg); }; };