ar-TN.d.ts 257 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Arabic locale (Tunisian Arabic).
  5. * @language Arabic
  6. * @iso-639-2 ara
  7. * @author Koussay Haj Kacem [@essana3](https://github.com/essana3)
  8. */
  9. export declare const arTN: Locale;