Skip to content

Commit

Permalink
fix: name module gender (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Mar 24, 2022
1 parent d0a473f commit 7675abe
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 239 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 7675abe

Please sign in to comment.