Submit
Path:
~
/
/
usr
/
share
/
nodejs
/
array-uniq
/
File Content:
index.js
'use strict'; const arrayUniq = array => [...new Set(array)]; module.exports = arrayUniq;
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
index.d.ts
371 bytes
0644
index.js
92 bytes
0644
package.json
566 bytes
0644
N4ST4R_ID | Naxtarrr