Module

x/dax/src/deps.ts>DenoWhichRealEnvironment

Cross-platform shell tools for Deno and Node.js inspired by zx.
Extremely Popular
Latest
class DenoWhichRealEnvironment
implements Environment
import { DenoWhichRealEnvironment } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts";

Properties

readonly
os

Methods

env(key: string): string | undefined
stat(path: string): Promise<Deno.FileInfo>
statSync(path: string): Deno.FileInfo