aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
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