View Source TypeChecker

Build Status Coverage Status Hex.pm Hex.pm GitHub GitHub 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

Installation

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