| Linux orinoco.epyc.tepuyserver.net 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64 Path : /lib/node_modules/npm/node_modules/unique-string/ |
| Current File : //lib/node_modules/npm/node_modules/unique-string/index.js |
'use strict';
const cryptoRandomString = require('crypto-random-string');
module.exports = () => cryptoRandomString(32);