Skip to content

Commit ade9c65

Browse files
committed
fix: name default exports
1 parent 84ee21a commit ade9c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cldr/date-field-name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { localeInfo } from './info';
22

3-
export default function(options, locale = "en") {
3+
export default function dateFieldName(options, locale = "en") {
44
const info = localeInfo(locale);
55
const dateFields = info.calendar.dateFields || {};
66
const fieldNameInfo = dateFields[options.type] || {};

0 commit comments

Comments
 (0)