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

4 lines
56 B
JavaScript
Raw Normal View History

2017-02-07 15:24:49 -08:00
module.exports = function (cb) {
2020-03-20 13:28:31 -07:00
return cb.length;
};