Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/http/mod.ts>Os

Deno standard library
Go to Latest
interface Os
import { type Os } from "https://deno.land/std@0.213.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.