Emmanuil 73a9f0ffcf 20.07.2020 il y a 4 ans
..
index.d.ts 73a9f0ffcf 20.07.2020 il y a 4 ans
index.js 73a9f0ffcf 20.07.2020 il y a 4 ans
license 73a9f0ffcf 20.07.2020 il y a 4 ans
package.json 73a9f0ffcf 20.07.2020 il y a 4 ans
readme.md 73a9f0ffcf 20.07.2020 il y a 4 ans

readme.md

unique-string Build Status

Generate a unique random string

Install

$ npm install 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