Skip to content

blackode/typex

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages