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

4 lines
56 B
JavaScript
Raw Normal View History

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