docker-lemp-node/www/nodejs/node_modules/unique-string/index.js

5 lines
122 B
JavaScript
Raw Permalink Normal View History

2022-03-27 16:02:38 +00:00
'use strict';
const cryptoRandomString = require('crypto-random-string');
module.exports = () => cryptoRandomString(32);