user_agent

A user agent parser built on top of UAParser.js.

import userAgent from 'https://deno.land/x/user_agent@v0.1.1/mod.ts'

const { browser, cpu, device, engine, os } = userAgent('user agent string')