Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noredink/elm-string-conversions


https://github.com/noredink/elm-string-conversions

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# string-conversions

String conversion functions for Elm. Includes functions for basic types like
`String` and `Bool` as well as complex ones like `Http.Error` and functions for
building up string representations of custom types and records.

## Testing

```
npm i
npm test
```

## License

The source code for this package is released under the terms of the BSD3
license. See the `LICENSE` file.