auid
v2.5.0
Published
Acceptably Unique Identifiers
Downloads
10
Readme
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
