Skip to content

Commit

Permalink
no implicit exposing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewestby committed Aug 21, 2018
1 parent f002fc4 commit e60d5e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Http/Extra.elm
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
module Http.Extra exposing (..)
module Http.Extra
exposing
( NoContent(..)
, expectJsonResponse
, expectNoContent
, expectValue
)

{-| Convenience functions for working with Http
Expand Down

0 comments on commit e60d5e3

Please sign in to comment.