1'use strict'; 2const cryptoRandomString = require('crypto-random-string'); 3 4module.exports = () => cryptoRandomString(32); 5
1'use strict'; 2const cryptoRandomString = require('crypto-random-string'); 3 4module.exports = () => cryptoRandomString(32); 5