Skip to main content
Module

std/_util/os.ts>OSType

Deno standard library
Go to Latest
type alias OSType
import { type OSType } from "https://deno.land/std@0.166.0/_util/os.ts";
definition:
| "windows"
| "linux"
| "darwin"
| "freebsd"