UNPKG

comb-uuid

Version:

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

6 lines (3 loc) 87 B
"use strict"; const CombUUID = require('./lib/CombUUID'); module.exports = CombUUID;