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

12 lines (11 loc) 198 B
{ "compilerOptions": { "outDir": "dist", "declaration": true, "target": "es2020", "module": "CommonJS", "strict": true, "esModuleInterop": true }, "include": ["src"] }