Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/_util/os.ts>OSType

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias OSType
import { type OSType } from "https://deno.land/std@0.162.0/_util/os.ts";
definition:
| "windows"
| "linux"
| "darwin"
| "freebsd"