{"ast":null,"code":"import { formatDistance } from \"./ar-DZ/_lib/formatDistance.mjs\";\nimport { formatLong } from \"./ar-DZ/_lib/formatLong.mjs\";\nimport { formatRelative } from \"./ar-DZ/_lib/formatRelative.mjs\";\nimport { localize } from \"./ar-DZ/_lib/localize.mjs\";\nimport { match } from \"./ar-DZ/_lib/match.mjs\";\n\n/**\n * @category Locales\n * @summary Arabic locale (Algerian Arabic).\n * @language Algerian Arabic\n * @iso-639-2 ara\n * @author Badreddine Boumaza [@badre429](https://github.com/badre429)\n * @author Ahmed ElShahat [@elshahat](https://github.com/elshahat)\n */\nexport const arDZ = {\n  code: \"ar-DZ\",\n  formatDistance: formatDistance,\n  formatLong: formatLong,\n  formatRelative: formatRelative,\n  localize: localize,\n  match: match,\n  options: {\n    weekStartsOn: 0 /* Sunday */,\n    firstWeekContainsDate: 1\n  }\n};\n\n// Fallback for modularized imports:\nexport default arDZ;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}