Packages

Developer utilities and token counting tools.

Current section

Files

Jump to
mohitkhare lib mohitkhare.ex
Raw

lib/mohitkhare.ex

defmodule MohitKhare do
@moduledoc """
Developer utilities and token counting tools.
Homepage: https://mohitkhare.me
"""
@version "0.1.0"
@base_url "https://mohitkhare.me"
def version, do: @version
def base_url, do: @base_url
end