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.34.0/node/process.ts";

type

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