index.js 122 Bytes Raw Blame History Permalink 1 2 3 4 'use strict'; const cryptoRandomString = require('crypto-random-string'); module.exports = () => cryptoRandomString(32);