Packages
A simple Elixir package for parsing user agent strings with the help of BrowserScope's UA database
Current section
Files
Jump to
Current section
Files
lib/ua/device.ex
defmodule UA.Device do
defstruct name: :unknown, brand: :unknown, model: :unknown
end