harrysarson / elm-decode-elmi / ElmFile.Package


type Name
    = Name ({ author : String, project : String })

The name of an elm package.

Note: This might also be the name of an elm application - in which case what would the author be?