README.md
# TypeChecker
[](https://github.com/elephantoss/ex_type_checker/actions)
[](https://coveralls.io/github/elephantoss/ex_type_checker)




An Elixir library to provide a convenient way to check the type of variables.
It is inspired by this [Stack Overflow thread](https://stackoverflow.com/questions/28377135/check-typeof-variable-in-elixir)
## Installation
```elixir
def deps do
[
{:type_checker, "~> 0.1.0"}
]
end
```