{"ast":null,"code":"import { formatDistance } from \"./th/_lib/formatDistance.mjs\";\nimport { formatLong } from \"./th/_lib/formatLong.mjs\";\nimport { formatRelative } from \"./th/_lib/formatRelative.mjs\";\nimport { localize } from \"./th/_lib/localize.mjs\";\nimport { match } from \"./th/_lib/match.mjs\";\n\n/**\n * @category Locales\n * @summary Thai locale.\n * @language Thai\n * @iso-639-2 tha\n * @author Athiwat Hirunworawongkun [@athivvat](https://github.com/athivvat)\n * @author [@hawkup](https://github.com/hawkup)\n * @author  Jirawat I. [@nodtem66](https://github.com/nodtem66)\n */\nexport const th = {\n  code: \"th\",\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 th;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}