circular.js 58 B

1234
  1. exports.returnArgs = function (...args) {
  2. return args
  3. }