Skip to main content
Module

x/enzastdlib/os/mod.ts

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
import * as enzastdlib from "https://deno.land/x/enzastdlib@v0.0.4/os/mod.ts";

Utilities for abstracting away operating system specifics.

NOTE: You can import individual platforms via import { ... } from 'https://deno.land/x/enzastdlib/os/${PLATFORM}.ts'; or have the platform be auto-detected via import { ... } from 'https://deno.land/x/enzastdlib/os/mod.ts';.