circular.js 60 B

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