UNPKG

bulk-require

Version:

require a whole directory of trees in bulk

4 lines (3 loc) 130 B
exports.one = function (f) { return f(1) } exports.two = function (f) { return f(2) } exports.n = function (f, n) { return f(n) }