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

x/simple_utility/mod.ts>osWindows

Simplify processing for Deno.
Go to Latest
variable osWindows
Re-export
import { osWindows } from "https://deno.land/x/simple_utility@v2.2.1/mod.ts";

Are you running on Windows?

Examples

Example 1

const isWin = osWin;

type

boolean