Files
rpiRadio/ProjectNow/NodeServer/node_modules/unique-string/index.js
2018-05-19 02:20:19 +02:00

5 lines
122 B
JavaScript

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