4 lines
58 B
JavaScript
4 lines
58 B
JavaScript
|
exports.returnArgs = function (...args) {
|
||
|
return args
|
||
|
}
|