UNPKG

comb-uuid

Version:

Implements COMB UUIDs (UUID v4 Variant B) which sort to chronological order.

13 lines (7 loc) 183 B
'use strict'; const CombUUID = require('.'); // create a new UUID const uuid = CombUUID.encode(); // decode an existing UUID const obj = CombUUID.decode(uuid); console.log(obj);