🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:25:06 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
unique-string
📍 /opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules.bundled/unique-string
🔄 Refresh
✏️
Editing: readme.md
Read Only
# unique-string [](https://travis-ci.org/sindresorhus/unique-string) > Generate a unique random string ## Install ``` $ npm install --save unique-string ``` ## Usage ```js const uniqueString = require('unique-string'); uniqueString(); //=> 'b4de2a49c8ffa3fbee04446f045483b2' ``` ## API ### uniqueString() Returns a 32 character unique string. Matches the length of MD5, which is [unique enough](http://stackoverflow.com/a/2444336/64949) for non-crypto purposes. ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
💾 Save Changes
❌ Cancel