Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
share
/
nodejs
/
array-union
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.js
'use strict'; module.exports = (...arguments_) => { return [...new Set([].concat(...arguments_))]; };
Save
Cancel