Skip to content

Commit cd37ae3

Browse files
fix: specify interface root in exports (#36)
1 parent badca5c commit cd37ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export * from './monads/index'
2-
export * from './interfaces'
2+
export * from './interfaces/index'

0 commit comments

Comments
 (0)