Skip to content

Commit 6322eeb

Browse files
authored
Merge branch 'main' into renovate/vitest
2 parents 9962a4a + 7675abe commit 6322eeb

File tree

4 files changed

+308
-239
lines changed

4 files changed

+308
-239
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export type {
2727
WordDefinitions,
2828
} from './definitions';
2929
export type { FakerOptions, UsableLocale, UsedLocales } from './faker';
30+
export { Gender } from './name';
31+
export type { GenderType } from './name';
3032
export { Faker };
3133

3234
// since we are requiring the top level of faker, load all locales by default

0 commit comments

Comments
 (0)