mdgriffith / elm-codegen

https://package.elm-lang.org/packages/mdgriffith/elm-codegen/latest/
BSD 3-Clause "New" or "Revised" License
137 stars 16 forks source link

Top level value #53

Closed dillonkearns closed 1 year ago

dillonkearns commented 1 year ago

This starts from #51 and #52 as a base, so if those are merged it will reduce the noise.

This PR adds Elm.Declare.topLevelValue, which is similar to the other Elm.Declare helpers, but for a value (no parameters).