{"ast":null,"code":"import { formatDistance } from \"./zh-CN/_lib/formatDistance.mjs\";\nimport { formatLong } from \"./zh-CN/_lib/formatLong.mjs\";\nimport { formatRelative } from \"./zh-CN/_lib/formatRelative.mjs\";\nimport { localize } from \"./zh-CN/_lib/localize.mjs\";\nimport { match } from \"./zh-CN/_lib/match.mjs\";\n\n/**\n * @category Locales\n * @summary Chinese Simplified locale.\n * @language Chinese Simplified\n * @iso-639-2 zho\n * @author Changyu Geng [@KingMario](https://github.com/KingMario)\n * @author Song Shuoyun [@fnlctrl](https://github.com/fnlctrl)\n * @author sabrinaM [@sabrinamiao](https://github.com/sabrinamiao)\n * @author Carney Wu [@cubicwork](https://github.com/cubicwork)\n * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)\n */\nexport const zhCN = {\n  code: \"zh-CN\",\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 zhCN;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}