Skip to main content
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.120.0/_util/os.ts";
definition: "windows" | "linux" | "darwin"