1.0.2 • Published 5 years ago
@cuvva/ksuid v1.0.2
ksuid
Generate prefixed, k-sorted globally unique identifiers. You can read more about them in our blog post.
Installation
$ yarn add @cuvva/ksuidUsage
const ksuid = require('@cuvva/ksuid');
const id = ksuid.generate('user').toString();
// user_000000BgNwexbyo1VZs78wVMGdBo3
try {
const parsed = ksuid.parse('user_000000BgNwexbyo1VZs78wVMGdBo3');
} catch (error) {
console.log('uh oh!');
}Testing
Install the development dependencies first:
$ yarnThen run the tests 👩🔬:
$ yarn testSupport
Please open an issue on this repository.
License
MIT licensed - see LICENSE file
1.0.2
5 years ago
1.0.2-beta.2
5 years ago
1.0.2-beta.3
5 years ago
1.0.2-beta.1
5 years ago
1.0.2-beta.6
5 years ago
1.0.2-beta.7
5 years ago
1.0.2-beta.4
5 years ago
1.0.2-beta.5
5 years ago
1.0.1
5 years ago
1.0.0
7 years ago