UNPKG

btuid

Version:

Btuid library provides an interface to generate UIDs (Unique Identifiers) that are safe, cryptographically secure, and unpredictable, ensuring that every UUID is unique. The library also supports B+tree indexing, which makes it ideal for use in database s

2 lines (1 loc) 91 B
export { BtuidGenerator, DegreeConfig, ConstructorParams, RestConfigData } from './btuid';