UNPKG

364 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary Arabic locale (Modern Standard Arabic - Al-fussha).
5 * @language Modern Standard Arabic
6 * @iso-639-2 ara
7 * @author Abdallah Hassan [@AbdallahAHO](https://github.com/AbdallahAHO)
8 * @author Koussay Haj Kacem [@essana3](https://github.com/essana3)
9 */
10export declare const ar: Locale;