Skip to main content
Module

x/simple_utility/mod.full.ts>osWin

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

Are you running on Windows?

Examples

Example 1

const isWin = osWin;

type

boolean