config v0.1.0 Config.String

String type for config options.

Summary

Functions

Strings itself comes without parsing, all other types are passed to Kernel.to_string/1 function

Functions

parse(input)

Specs

parse(any) :: {:ok, String.t}

Strings itself comes without parsing, all other types are passed to Kernel.to_string/1 function.