Packages

Type safe ids for Elixir

Retired package: Release invalid - Version 0.1.0 was empty

Current section

Files

Jump to
typeid lib typeid.ex
Raw

lib/typeid.ex

defmodule Typeid do
@moduledoc """
Documentation for `Typeid`.
"""
@doc """
Hello world.
## Examples
iex> Typeid.hello()
:world
"""
def hello do
:world
end
end