registration
This commit is contained in:
5
frontend/style/node_modules/date-fns/locale/_lib/buildLocalizeFn.js
generated
vendored
5
frontend/style/node_modules/date-fns/locale/_lib/buildLocalizeFn.js
generated
vendored
@@ -1,6 +1,3 @@
|
||||
"use strict";
|
||||
exports.buildLocalizeFn = buildLocalizeFn; /* eslint-disable no-unused-vars */
|
||||
|
||||
/**
|
||||
* The localize function argument callback which allows to convert raw value to
|
||||
* the actual type.
|
||||
@@ -40,7 +37,7 @@ exports.buildLocalizeFn = buildLocalizeFn; /* eslint-disable no-unused-vars */
|
||||
* The tuple of localized month values. The first element represents January.
|
||||
*/
|
||||
|
||||
function buildLocalizeFn(args) {
|
||||
export function buildLocalizeFn(args) {
|
||||
return (value, options) => {
|
||||
const context = options?.context ? String(options.context) : "standalone";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user