UNPKG

degachejs

Version:

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

7 lines (6 loc) 225 B
/** * Validates a Tunisian company tax ID (Matricule Fiscal) * @param taxId - The tax ID to validate * @returns boolean indicating if the tax ID is valid */ export declare const validateTaxID: (taxId: string) => boolean;