Skip to main content
Module

x/simple_utility/mod.ts>osWin

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

Are you running on Windows?

Examples

Example 1

const isWin = osWin;

type

boolean