Urara-Blog/node_modules/.pnpm-store/v3/files/d7/ab641945d457afd0da245ba971a90e7a35e1db6cf4d4f7b06a5aaf2bf9ed0f25973e8ff3aa7103d90c9c65ce421732be5d89ddd1be06817bc3e6dd6d8999bc
2022-08-14 01:14:53 +08:00

4 lines
122 B
Text

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