circular.js 58 B

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