electron/spec/fixtures/module/circular.js

4 lines
58 B
JavaScript
Raw Normal View History

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