FanFarm / system / V3fanfarm-ubuntu-local / V3fanfarm-frontend / node_modules / unique-string /
@Fanfarm User Fanfarm User authored on 12 Sep
..
index.d.ts Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
index.js Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
license Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
package.json Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
readme.md Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
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