View Source TypeChecker
An Elixir library to provide a convenient way to check the type of variables.
It is inspired by this Stack Overflow thread
installation
Installation
def deps do
[
{:type_checker, "~> 0.1.0"}
]
end