Skip to content

Commit c0c3b38

Browse files
committed
fix: export number
1 parent bac8c2e commit c0c3b38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export { boolean } from './input/boolean/domain-language'
33
export { choice } from './input/choice/domain-language'
44
export { count } from './input/count/domain-language'
55
export { group } from './input/group/domain-language'
6+
export { number } from './input/number/domain-language'
67
export { string } from './input/string/domain-language'
78

89
export type {
@@ -20,6 +21,7 @@ export type * from './input/boolean/types'
2021
export type * from './input/choice/types'
2122
export type * from './input/count/types'
2223
export type * from './input/group/types'
24+
export type * from './input/number/types'
2325
export type * from './input/string/types'
2426

2527
import { noop } from 'lodash-es'

0 commit comments

Comments
 (0)