{"id":18002314,"url":"https://github.com/jaeyson/getypex","last_synced_at":"2026-05-26T20:02:01.322Z","repository":{"id":42038364,"uuid":"396149599","full_name":"jaeyson/getypex","owner":"jaeyson","description":"Library for checking types. Similar from IEx's i command","archived":false,"fork":false,"pushed_at":"2022-04-16T13:35:00.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T01:47:17.478Z","etag":null,"topics":["elixir","type-checking"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/getypex","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaeyson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-14T22:40:50.000Z","updated_at":"2022-09-02T00:18:50.000Z","dependencies_parsed_at":"2022-08-12T03:01:11.962Z","dependency_job_id":null,"html_url":"https://github.com/jaeyson/getypex","commit_stats":null,"previous_names":["jaeyson/typex"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jaeyson/getypex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeyson%2Fgetypex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeyson%2Fgetypex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeyson%2Fgetypex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeyson%2Fgetypex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaeyson","download_url":"https://codeload.github.com/jaeyson/getypex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeyson%2Fgetypex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33536659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","type-checking"],"created_at":"2024-10-29T23:21:02.775Z","updated_at":"2026-05-26T20:02:00.469Z","avatar_url":"https://github.com/jaeyson.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getypex\n\n[//]: # \"Badges\"\n[![Dependabot][dependabot badge]][dependabot]\n[![Actions Status][actions badge]][actions]\n[![Super Linter][linter badge]][linter]\n\n[//]: # \"Links\"\n[dependabot]: https://github.com/jaeyson/getypex\n[actions]: https://github.com/jaeyson/getypex/actions/workflows/ci.yml\n[linter]: https://github.com/jaeyson/getypex/actions/workflows/linter.yml\n\n[//]: # \"Image sources\"\n[dependabot badge]: https://badgen.net/github/dependabot/jaeyson/getypex\n[actions badge]: https://github.com/jaeyson/getypex/actions/workflows/ci.yml/badge.svg\n[linter badge]: https://github.com/jaeyson/getypex/actions/workflows/linter.yml/badge.svg\n\n\nLibrary for checking types. Similar from `PHP`'s `gettype` or `JavaScript`'s `typeof`. Created this package to better understand how [`Protocol`](https://elixir-lang.org/getting-started/protocols.html) works.\n\n**Note**: try `IEx.Info.info(\"hello world\")`, [Elixir's implementation](https://github.com/elixir-lang/elixir/blob/master/lib/iex/lib/iex/info.ex) via shell or visit Elixir's [Protocol guide](https://elixir-lang.org/getting-started/protocols.html) instead of this package, since it's based from that module.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `getypex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:getypex, \"~\u003e 0.1.1\"}\n  ]\nend\n```\n\nDocs can be found at [https://hexdocs.pm/getypex](https://hexdocs.pm/getypex).\n\n## Usage\n\n```elixir\niex(1)\u003e Getypex.check(\"hello Getypex\")\n\"String (UTF-8)\"\n\niex(2)\u003e Getypex.check({:ok, \"message\"})\n\"Tuple\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaeyson%2Fgetypex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaeyson%2Fgetypex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaeyson%2Fgetypex/lists"}