mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:49:30 +08:00
4 lines
122 B
Text
4 lines
122 B
Text
'use strict';
|
|
const cryptoRandomString = require('crypto-random-string');
|
|
|
|
module.exports = () => cryptoRandomString(32);
|