/typex

Data type finder with some useful data like whether data is empty, map with no values, empty list. such hints are returned to get the idea of data.

Primary LanguageElixir

Typex

Data type finder with some useful data like whether data is empty, map with no values, empty list. such hints are returned to get the idea of data.

The New CHange

Installation

available in Hex, the package can be installed as:

  1. Add typex to your list of dependencies in mix.exs:
    def deps do
      [{:typex, "~> 0.1.0"}]
    end
  1. Ensure typex is started before your application:
    def application do
      [applications: [:typex]]
    end