Skip to main content
Module

std/node/process.ts>default

Deno standard library
Go to Latest
variable default
import { default } from "https://deno.land/std@0.78.0/node/process.ts";

type

{ arch; chdir; cwd; exit; pid; platform; version; versions; get stderr(); get stdin(); get stdout(); on(_event: string, _callback: Function): void; get argv(): string[]; get env(): { [index: string]: string; }; }