OptionalminVersionStr: Maybe<string>If provided, only returns true if the browser version is at least this version. Must be parsable by parseVersion.
OptionalmaxVersionStr: Maybe<string>If provided, only returns true if the browser version is at most this version. Must be parsable by parseVersion.
Optionaloptions: HasBrowserOptionsAdditional optional configuration.
Returns true if the current user agent matches the given browser.