diff options
Diffstat (limited to 'node_modules/date-fns/locale/uz/_lib/formatRelative/index.js')
| -rw-r--r-- | node_modules/date-fns/locale/uz/_lib/formatRelative/index.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/date-fns/locale/uz/_lib/formatRelative/index.js b/node_modules/date-fns/locale/uz/_lib/formatRelative/index.js deleted file mode 100644 index f1e1767..0000000 --- a/node_modules/date-fns/locale/uz/_lib/formatRelative/index.js +++ /dev/null @@ -1,20 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; -var formatRelativeLocale = { - lastWeek: "'oldingi' eeee p 'da'", - yesterday: "'kecha' p 'da'", - today: "'bugun' p 'da'", - tomorrow: "'ertaga' p 'da'", - nextWeek: "eeee p 'da'", - other: 'P' -}; -var formatRelative = function formatRelative(token, _date, _baseDate, _options) { - return formatRelativeLocale[token]; -}; -var _default = formatRelative; -exports.default = _default; -module.exports = exports.default;
\ No newline at end of file |
