Update docs.

This commit is contained in:
Dillon Kearns 2021-06-18 10:29:58 -07:00
parent 09bd2e982e
commit fc4af243ac
2 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,8 +5,7 @@ module DataSource exposing
, Body, emptyBody, stringBody, jsonBody
, andThen, resolve, combine
, map2, map3, map4, map5, map6, map7, map8, map9
, distill, validate
, distillCodec, distillSerializeCodec
, distill, validate, distillCodec, distillSerializeCodec
)
{-| StaticHttp requests are an alternative to doing Elm HTTP requests the traditional way using the `elm/http` package.
@ -63,7 +62,7 @@ and describe your use case!
## Optimizing Page Data
@docs distill, validate
@docs distill, validate, distillCodec, distillSerializeCodec
-}