Skip to content

Commit

Permalink
Create index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed Jan 26, 2020
1 parent 22d22e5 commit 3059c1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export * from './Codec'
export * from './Either'
export * from './EitherAsync'
export * from './Function'
export * from './List'
export * from './Maybe'
export * from './MaybeAsync'
export * from './NonEmptyList'
export * from './Tuple'

0 comments on commit 3059c1a

Please sign in to comment.