• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2const cryptoRandomString = require('crypto-random-string');
3
4module.exports = () => cryptoRandomString(32);
5