auid

2.5.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i auid

    Weekly Downloads

    1

    Version

    2.5.0

    License

    MIT

    Unpacked Size

    5.97 kB

    Total Files

    9

    Last publish

    Collaborators

    • jaqmol