import * as mod from "https://deno.land/std@0.215.0/http/user_agent.ts";
Provides UserAgent
and related types to be able to provide a
structured understanding of a user agent string.
Classes
A representation of user agent string, which can be used to determine environmental information represented by the string. All properties are determined lazily. |