index.js 122 B

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