v1.0 with SW PWA enabled
This commit is contained in:
11
frontend/node_modules/date-fns/locale/_lib/buildFormatLongFn.js
generated
vendored
Normal file
11
frontend/node_modules/date-fns/locale/_lib/buildFormatLongFn.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
exports.buildFormatLongFn = buildFormatLongFn;
|
||||
|
||||
function buildFormatLongFn(args) {
|
||||
return (options = {}) => {
|
||||
// TODO: Remove String()
|
||||
const width = options.width ? String(options.width) : args.defaultWidth;
|
||||
const format = args.formats[width] || args.formats[args.defaultWidth];
|
||||
return format;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user