| Current Path : /proc/thread-self/root/lib/nodejs/unique-string/ |
| Current File : //proc/thread-self/root/lib/nodejs/unique-string/index.js |
'use strict';
const cryptoRandomString = require('crypto-random-string');
module.exports = () => cryptoRandomString(32);