{"ast":null,"code":"// Source: https://www.unicode.org/cldr/charts/32/summary/gu.html\n\nconst formatRelativeLocale = {\n  lastWeek: \"'પાછલા' eeee p\",\n  // CLDR #1384\n  yesterday: \"'ગઈકાલે' p\",\n  // CLDR #1409\n  today: \"'આજે' p\",\n  // CLDR #1410\n  tomorrow: \"'આવતીકાલે' p\",\n  // CLDR #1411\n  nextWeek: \"eeee p\",\n  // CLDR #1386\n  other: \"P\"\n};\nexport const formatRelative = (token, _date, _baseDate, _options) => formatRelativeLocale[token];","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}