aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-01-22 15:57:04 +0100
committerGitHub <[email protected]>2023-01-22 14:57:04 +0000
commite675aaac1cc77065e25761ce2f1343669b23b0b8 (patch)
tree0930efed2c9f13ab153dcafc2bc33a05204aee03 /src
parentf839ae23270773b476ee39610a0b399e1432bac7 (diff)
downloadfaker-e675aaac1cc77065e25761ce2f1343669b23b0b8.tar.xz
faker-e675aaac1cc77065e25761ce2f1343669b23b0b8.zip
chore: export mergeLocales utility (#1751)
Diffstat (limited to 'src')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
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