diff options
| author | ST-DDT <[email protected]> | 2023-01-22 15:57:04 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-22 14:57:04 +0000 |
| commit | e675aaac1cc77065e25761ce2f1343669b23b0b8 (patch) | |
| tree | 0930efed2c9f13ab153dcafc2bc33a05204aee03 /src | |
| parent | f839ae23270773b476ee39610a0b399e1432bac7 (diff) | |
| download | faker-e675aaac1cc77065e25761ce2f1343669b23b0b8.tar.xz faker-e675aaac1cc77065e25761ce2f1343669b23b0b8.zip | |
chore: export mergeLocales utility (#1751)
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 1 |
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 |
