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

3 lines
56 B
JavaScript

module.exports = function (cb) {
return cb.length;
};