lix-website/themes/lix/assets/bootstrap/node_modules/unique-string/index.js

5 lines
122 B
JavaScript
Raw Permalink Normal View History

2024-04-27 03:39:10 +00:00
'use strict';
const cryptoRandomString = require('crypto-random-string');
module.exports = () => cryptoRandomString(32);