docker-lemp-node/www/nodejs/node_modules/unique-string/index.js
2022-03-27 18:02:38 +02:00

5 lines
122 B
JavaScript

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