Node.js v18.12.1 documentation


Table of contents

Process#

Source Code: lib/process.js

The process object provides information about, and control over, the current Node.js process.process对象提供有关当前Node.js进程的信息和对其的控制。

import process from 'node:process';const process = require('node:process');