1.0.0 • Published 6 years ago

uuid-x v1.0.0

Weekly downloads
-
License
APLv2
Repository
-
Last release
6 years ago

Universally unique identifier generators

Examples

import { uuid16, uuid8 } from 'uuid';


const myUUID16 = uuid16();
console.log(myUUID16);
// 4c70b6c3-d50b-f4e8-0e0e-5f3083d7056d


const myUUID8 = uuid8();
console.log(myUUID8);
// a78f-06-80-5e-caf647
1.0.0

6 years ago