Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 398 Bytes

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.