Skip to content

Commit

Permalink
export Console module
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jul 24, 2017
1 parent a8a90aa commit 0ff8de5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import * as chainRec from './ChainRec'
export { chainRec }
import * as comonad from './Comonad'
export { comonad }
import * as console from './Console'
export { console }
import * as const_ from './Const'
export { const_ as const }
import * as contravariant from './Contravariant'
Expand Down

0 comments on commit 0ff8de5

Please sign in to comment.