From 7675abe5a62c8d44ecfd4a6f50bfb5fa50f40efa Mon Sep 17 00:00:00 2001 From: Shinigami Date: Thu, 24 Mar 2022 10:22:13 +0100 Subject: fix: name module gender (#644) --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/index.ts') 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 -- cgit v1.2.3