function-with-args.js 54 B

1234
  1. module.exports = function (cb) {
  2. return cb.length
  3. }