2.5.0 • Published 6 years ago

auid v2.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

auid

Acceptably Unique Identifier

Create unique IDs for storage or identification purposes:

import auid from 'auid';
// or: const auid = require('auid');
const key = auid();

Features:

  • Terse: Base62 instead of hex encoding
  • Sortable

License: MIT

2.5.0

6 years ago

2.3.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago