electron/spec-main/fixtures/remote/circular.js

3 lines
60 B
JavaScript

exports.returnArgs = function (...args) {
return args;
};