Packages

Elixir package to parse User Agent strings using BrowserScope's collection of regexes

Current section

Files

Jump to
uap_elixir lib user_agent_parser device.ex
Raw

lib/user_agent_parser/device.ex

defmodule UserAgentParser.Device do
defstruct family: "Other", brand: nil, model: nil
end