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

4 lines
60 B
JavaScript

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