Skip to content

Commit 33998a0

Browse files
committed
refactor: transform person
1 parent 4c56f18 commit 33998a0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/modules/person/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import { ModuleBase } from '../../internal/module-base';
44
import type { SexType } from './sex-type';
55
import { Sex } from './sex-type';
66

7+
export { Sex } from './sex-type';
8+
export type { SexType } from './sex-type';
9+
710
/**
811
* Select a definition based on given sex.
912
*

0 commit comments

Comments
 (0)