Skip to content

Commit dd5daf3

Browse files
authored
fix: export types such as Model (#690)
1 parent e4c3e22 commit dd5daf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export { default as rate } from './rate'
33
export { default as ordinal } from './ordinal'
44
export { default as predictWin } from './predict-win'
55
export { default as predictDraw } from './predict-draw'
6+
export * from './types'

0 commit comments

Comments
 (0)