{"ast":null,"code":"import { formatDistance } from \"./lb/_lib/formatDistance.mjs\";\nimport { formatLong } from \"./lb/_lib/formatLong.mjs\";\nimport { formatRelative } from \"./lb/_lib/formatRelative.mjs\";\nimport { localize } from \"./lb/_lib/localize.mjs\";\nimport { match } from \"./lb/_lib/match.mjs\";\n\n/**\n * @category Locales\n * @summary Luxembourgish locale.\n * @language Luxembourgish\n * @iso-639-2 ltz\n * @author Daniel Waxweiler [@dwaxweiler](https://github.com/dwaxweiler)\n */\nexport const lb = {\n  code: \"lb\",\n  formatDistance: formatDistance,\n  formatLong: formatLong,\n  formatRelative: formatRelative,\n  localize: localize,\n  match: match,\n  options: {\n    weekStartsOn: 1 /* Monday */,\n    firstWeekContainsDate: 4\n  }\n};\n\n// Fallback for modularized imports:\nexport default lb;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}