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

std/node/process.ts>process

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable process
import { process } from "https://deno.land/std@0.82.0/node/process.ts";

type

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