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

x/simple_utility/src/deno/os.ts>osWin

Simplify processing for Deno.
Go to Latest
variable osWin
import { osWin } from "https://deno.land/x/simple_utility@v2.0.2/src/deno/os.ts";

Are you running on Windows?

Examples

Example 1

const isWin = osWin;

type

boolean