0.0.2 • Published 10 years ago

gen-uid v0.0.2

Weekly downloads
1,139
License
MIT
Repository
github
Last release
10 years ago

Fast and simple uid generator.

Installation

$ npm install gen-uid

Example

var uid = require('gen-uid');

// guid v4
uid.v4() // -> 3bfb7707-ba36-48ef-ab30-ecca2bbb4b9a

// uniq token
uid.token()  // -> 26fed3d38f1a

// uniq short token
uid.token(true)  // -> 0c00e6b

Authors

License

MIT