mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
.. | ||
index.js | ||
license | ||
package.json | ||
readme.md |
unique-string
Generate a unique random string
Install
$ npm install --save unique-string
Usage
const uniqueString = require('unique-string');
uniqueString();
//=> 'b4de2a49c8ffa3fbee04446f045483b2'
API
uniqueString()
Returns a 32 character unique string. Matches the length of MD5, which is unique enough for non-crypto purposes.
License
MIT © Sindre Sorhus