Skip to content

std-process

typed access to the process environment.

Functions

args

function args(): string[]

env

function env(key: string): string?

cwd

function cwd(): string

platform

function platform(): string

exit

function exit(code: number): void
Documentation