Module

std/http/mod.ts>Os

The Deno Standard Library
Go to Latest
interface Os
import { type Os } from "https://dotland.deno.dev/std@0.223.0/http/mod.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.