Skip to main content
Module

std/node/process.ts>process

Deno standard library
Go to Latest
variable process
import { process } 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; }; }