aboutsummaryrefslogtreecommitdiff
path: root/node_modules/unique-string/index.js
blob: 5bc7787f4b3db4f9c3ad73f30499be40bdf2638c (plain)
1
2
3
4
'use strict';
const cryptoRandomString = require('crypto-random-string');

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