D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpanel
/
ea-nodejs10
/
lib
/
node_modules
/
npm
/
node_modules
/
unique-string
/
Filename :
readme.md
back
Copy
# 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)
Name
Size
Last Modified
Owner
Permissions
Actions
index.js
0.119
KB
September 13 2023 2:48:05
root
0644
license
1.093
KB
September 13 2023 2:48:05
root
0644
package.json
1.67
KB
September 13 2023 2:48:05
root
0644
readme.md
0.605
KB
September 13 2023 2:48:05
root
0644
2017 © D7net | D704T team