v1.0 with SW PWA enabled
This commit is contained in:
8
frontend/node_modules/date-fns/locale/_lib/buildFormatLongFn.mjs
generated
vendored
Normal file
8
frontend/node_modules/date-fns/locale/_lib/buildFormatLongFn.mjs
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
export 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