// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs8
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
unique-string
[ PARENT ]
EDIT :: index.js
'use strict'; const cryptoRandomString = require('crypto-random-string'); module.exports = () => cryptoRandomString(32);
SAVE
CANCEL