Identity & Contact Data
Strict validation and metadata extraction for National Codes, Mobile numbers, Landlines, Legal IDs, and Postal Codes.
Zod Schema Usage
Easily attach identity validators to your Zod objects. zod-ir handles standard error messaging out of the box.
schema.ts
typescript
Metadata Extraction (Standalone)
Extract useful information like Province, City, and Operator Name from raw inputs without needing Zod validation.
metadata.ts
typescript