UNPKG

date-fns

Version:

Modern JavaScript date utility library

11 lines (10 loc) 314 B
import type { Locale } from "./types.ts"; /** * @category Locales * @summary Arabic locale (Egypt). * @language Arabic * @iso-639-2 ara * @author AbdAllah AbdElFattah [@AbdAllahAbdElFattah13](https://github.com/AbdAllahAbdElFattah13) */ export declare const arEG: Locale; //# sourceMappingURL=index.d.ts.map