All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elm.modelTypeArray.mustache Maven / Gradle / Ivy

There is a newer version: 3.3.4.2
Show newest version
type alias {{classname}} =
    {{parent}}


decoder : Decoder {{classname}}
decoder =
    Decode.list {{vendorExtensions.elmDecoder}}


encoder : {{classname}} -> Encode.Value
encoder items =
    Encode.list {{#isElm018}}(List.map {{/isElm018}}{{vendorExtensions.elmEncoder}} items{{#isElm018}}){{/isElm018}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy