TypeChecker

Build StatusCoverage StatusHex.pmHex.pmGitHubGitHub last commit

An Elixir library to provide a convenient way to check the type of variables.

It is inspired by this Stack Overflow thread

Installation

def deps do
  [
    {:type_checker, "~> 0.1.1"}
  ]
end