Files
XP-System/node_modules/unique-string/index.js
T
2020-11-25 09:10:06 -08:00

5 lines
122 B
JavaScript

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