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 erlang.ex
Raw

lib/helpers/erlang.ex

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