UNPKG

269 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary Arabic locale (Moroccan Arabic).
5 * @language Moroccan Arabic
6 * @iso-639-2 ara
7 * @author Achraf Rrami [@rramiachraf](https://github.com/rramiachraf)
8 */
9export declare const arMA: Locale;