Backend/node_modules/unique-string/index.js
2021-12-31 15:03:23 +05:30

5 lines
122 B
JavaScript

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