std-process
typed access to the process environment.
Functions
args
function args(): string[]env
function env(key: string): string?cwd
function cwd(): stringplatform
function platform(): stringexit
function exit(code: number): void