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

4 lines
56 B
JavaScript

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