Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Device
import { type Device } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";

The device as described by a user agent string.

Properties

readonly
model: string | undefined

The model of the device.

readonly
type:
| "console"
| "mobile"
| "table"
| "smartv"
| "wearable"
| "embedded"
| undefined

The type of device.

readonly
vendor: string | undefined

The vendor of the device.