diff options
| author | Shinigami <[email protected]> | 2022-03-24 10:22:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-24 10:22:13 +0100 |
| commit | 7675abe5a62c8d44ecfd4a6f50bfb5fa50f40efa (patch) | |
| tree | ad679ab22251a4acc56b102458ccab8545bbd8b0 /src/index.ts | |
| parent | d0a473f7ca6b525391ca8ab17e029335c66ed99e (diff) | |
| download | faker-7675abe5a62c8d44ecfd4a6f50bfb5fa50f40efa.tar.xz faker-7675abe5a62c8d44ecfd4a6f50bfb5fa50f40efa.zip | |
fix: name module gender (#644)
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts index 0f4b71ba..d1c2cb1d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,6 +27,8 @@ export type { WordDefinitions, } from './definitions'; export type { FakerOptions, UsableLocale, UsedLocales } from './faker'; +export { Gender } from './name'; +export type { GenderType } from './name'; export { Faker }; // since we are requiring the top level of faker, load all locales by default |
