index.js 122 B

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