UNPKG

zellige.js

Version:

A Moroccan utility library for working with CIN, phone numbers, currency, addresses, dates, and more.

8 lines (7 loc) 176 B
/** * Mapping of CIN prefixes to regions */ export declare const REGION_PREFIXES: { [key: string]: string; }; export type CINRegionPrefix = keyof typeof REGION_PREFIXES;