Packages

Phoenix Reactify is an open-source tool meant to add a simple React implementation to fresh Phoenix Applications.

Current section

Files

Jump to
phoenix_reactify lib helpers elixir.ex
Raw

lib/helpers/elixir.ex

defmodule PhoenixReactify.Helpers.Elixir do
@spec available? :: {:ok, String.t()}
def available? do
System.version()
end
end