Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
array-uniq
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.js
'use strict'; const arrayUniq = array => [...new Set(array)]; module.exports = arrayUniq;
Save
Cancel