Skip to content

Commit 5e73fc3

Browse files
committed
fix: hu locale
1 parent 9ff03d7 commit 5e73fc3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/locale/hu.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ import { Faker } from '../faker';
77
import en from '../locales/en';
88
import hu from '../locales/hu';
99

10-
const faker = new Faker({
10+
export const faker = new Faker({
1111
locale: 'hu',
1212
localeFallback: 'en',
1313
locales: {
1414
hu,
1515
en,
1616
},
1717
});
18-
19-
export = faker;

0 commit comments

Comments
 (0)