aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorHanna <[email protected]>2022-08-01 18:27:45 +0200
committerGitHub <[email protected]>2022-08-01 18:27:45 +0200
commitaafab45917ce01a3b445caff8ef3d17382535ceb (patch)
treee42eb5f9df795b535471e9bab2a89e53a9f12c4c /src/index.ts
parent4fa243eca83b88a3702e765b4dfc77b38cea0e96 (diff)
downloadfaker-aafab45917ce01a3b445caff8ef3d17382535ceb.tar.xz
faker-aafab45917ce01a3b445caff8ef3d17382535ceb.zip
chore: rename Gender to Sex (#1163)
Co-authored-by: Leyla Jähnig <[email protected]> Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts
index 8a6b7ecc..e3b223b0 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -37,8 +37,8 @@ export type {
NumberColorFormat,
StringColorFormat,
} from './modules/color';
-export { Gender } from './modules/name';
-export type { GenderType } from './modules/name';
+export { Gender, Sex } from './modules/name';
+export type { GenderType, SexType } from './modules/name';
export type { ChemicalElement, Unit } from './modules/science';
export { Faker };