📄 index.js
/home/palash/git/site/node_modules/unique-string/index.js
Language: js • Lines: 4
'use strict';
const cryptoRandomString = require('crypto-random-string');

module.exports = () => cryptoRandomString(32);