Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 288 Bytes

File metadata and controls

25 lines (14 loc) · 288 Bytes

uid

generate unique ids of any length

Installation

In the browser, using component:

$ component install matthewmueller/uid

Using node.js:

$ npm install uid

Examples

 uid(10) => "hbswt489ts"
 uid() => "rhvtfnt" Defaults to 7

License

MIT