LarpixClient/node_modules/unique-string/index.js
2026-05-03 17:09:55 +02:00

4 lines
122 B
JavaScript

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