Package-level declarations
Types
Describes the API made available for support of the child_process
module from the Node API; this API can be used to launch and control child processes from a given application.
Describes the surface of the events
built-in module provided as part of the Node API; the events
API provides types like EventEmitter, EventTarget, Event, and EventListener to work with events in Node.js.
Describes the API made available via Node's built-in fs
module, which implements filesystem operations in both synchronous and asynchronous (callback) forms.
The fs/promises
API provides asynchronous file system methods that return promises.
Defines the module-level API for the Node fs/promises
built-in module, which is the combination of FilesystemPromiseAPI and WritableFilesystemPromiseAPI.
Describes the API provided by the Node API built-in os
module, which supplies operating system-related utilities, such as load averages, OS constants, resource usage, and more. Access to these methods is moderated by the active Elide security policy specified by the user.
Describes the "process" object, as specified by the Node JS "process" built-in module. The "process" object provides information about the current process, and allows the user to interact with the process environment. This includes such information as the process' environment variable access, current working directory, process ID, and so on.
Alias for the buffer types used by the zlib module.