Skip to content

NoRedInk/elm-string-conversions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.