diff options
Diffstat (limited to 'node_modules/date-fns/locale/nl/_lib/formatRelative')
| -rw-r--r-- | node_modules/date-fns/locale/nl/_lib/formatRelative/index.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/date-fns/locale/nl/_lib/formatRelative/index.js b/node_modules/date-fns/locale/nl/_lib/formatRelative/index.js deleted file mode 100644 index 6565731..0000000 --- a/node_modules/date-fns/locale/nl/_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: "'afgelopen' eeee 'om' p", - yesterday: "'gisteren om' p", - today: "'vandaag om' p", - tomorrow: "'morgen om' p", - nextWeek: "eeee 'om' p", - 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 |
