Skip to main content
Module

std/http/user_agent.ts>Os

Deno standard library
Go to Latest
interface Os
import { type Os } from "https://deno.land/std@0.221.0/http/user_agent.ts";

The OS as described by a user agent string.

Properties

readonly
name: string | undefined

The OS name.

readonly
version: string | undefined

The OS version.