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

x/simple_utility/mod.ts>osLinux

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

Are you running on Linux?

Examples

Example 1

const isLinux = osLinux;

type

boolean