typeid-js
Type ID System
Provides a type-safe and globally unique identifier system in JavaScript and TypeScript
TypeScript implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs
298 stars
8 watching
6 forks
Language: TypeScript
last commit: about 2 months ago guidjststypeidtypescriptuuiduuidv7
Related projects:
Repository | Description | Stars |
---|---|---|
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
ianfabs/nanoid | A library for generating cryptographically secure IDs with URL-friendliness and high collision probabilities | 76 |
weihongyu12/think-hashids | A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
mcollina/hyperid | A high-performance id generation library for Node.js and browsers. | 727 |
novemberborn/ksuid | Generates unique identifiers with a timestamp and random payload | 253 |
dy/get-uid | Generates unique numeric IDs without side effects | 11 |
tzwel/breezeid | Generates unique, human-readable IDs with no profanities and suitable for use in user-facing applications. | 4 |
t-pwk/flake-idgen | Generates unique identifiers in a distributed environment with high precision and uniqueness | 242 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
microsoft/typescript | A language extension that adds optional types to JavaScript for large-scale applications | 101,081 |
crypto-utils/uid-safe | Generates cryptographically secure UIDs suitable for both URL and cookie usage. | 143 |
andrewharvey/geojson-id-streaming | Adds unique identifiers to GeoJSON feature collections in real-time data streams. | 2 |
termosa/vue-uniq-ids | A plugin that generates unique IDs for attributes without modifying the original values, improving accessibility and reducing conflicts. | 34 |