UNPKG

278 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary Arabic locale (Egypt).
5 * @language Arabic
6 * @iso-639-2 ara
7 * @author AbdAllah AbdElFattah [@AbdAllahAbdElFattah13](https://github.com/AbdAllahAbdElFattah13)
8 */
9export declare const arEG: Locale;