From e675aaac1cc77065e25761ce2f1343669b23b0b8 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 22 Jan 2023 15:57:04 +0100 Subject: chore: export mergeLocales utility (#1751) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 5d5c280c..d39bb409 100644 --- a/src/index.ts +++ b/src/index.ts @@ -78,6 +78,7 @@ export type { StringModule } from './modules/string'; export type { SystemModule } from './modules/system'; export type { VehicleModule } from './modules/vehicle'; export type { WordModule } from './modules/word'; +export { mergeLocales } from './utils/merge-locales'; export { Faker }; // since we are requiring the top level of faker, load all locales by default -- cgit v1.2.3