electron/spec-main/fixtures/module/function-with-args.js

4 lines
54 B
JavaScript
Raw Normal View History

2017-02-07 23:24:49 +00:00
module.exports = function (cb) {
return cb.length
}