Skip to main content
Deno 2 is finally 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.56.0/node/process.ts";

type

{ version; versions; platform; arch; pid; cwd; chdir; exit; on; get env(): { [index: string]: string; }; get argv(): string[]; }