UNPKG

degachejs

Version:

A Tunisian utility library for working with CIN, phone numbers, addresses, and more

7 lines (6 loc) 228 B
/** * Validates a Tunisian postal code * @param postalCode - The postal code to validate * @returns boolean indicating if the postal code is valid */ export declare const validatePostalCode: (postalCode: string) => boolean;