diff options
Diffstat (limited to 'node_modules/date-fns/esm/locale/_lib/buildFormatLongFn')
| -rw-r--r-- | node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.js b/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.js deleted file mode 100644 index 1e67299..0000000 --- a/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.js +++ /dev/null @@ -1,9 +0,0 @@ -export default function buildFormatLongFn(args) { - return function () { - var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; - // TODO: Remove String() - var width = options.width ? String(options.width) : args.defaultWidth; - var format = args.formats[width] || args.formats[args.defaultWidth]; - return format; - }; -}
\ No newline at end of file |
