We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c56f18 commit 33998a0Copy full SHA for 33998a0
1 file changed
src/modules/person/index.ts
@@ -4,6 +4,9 @@ import { ModuleBase } from '../../internal/module-base';
4
import type { SexType } from './sex-type';
5
import { Sex } from './sex-type';
6
7
+export { Sex } from './sex-type';
8
+export type { SexType } from './sex-type';
9
+
10
/**
11
* Select a definition based on given sex.
12
*
0 commit comments