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
available in Hex, the package can be installed as:
- Add
typex
to your list of dependencies inmix.exs
:
def deps do
[{:typex, "~> 0.1.0"}]
end
- Ensure
typex
is started before your application:
def application do
[applications: [:typex]]
end