tech4biz/chat_server/node_modules/unique-string/index.js
2024-10-25 17:11:31 +05:30

5 lines
122 B
JavaScript

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