blob: 194ea2b6a892f63a3bfaa7f940bc52134e42af07 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/**
* The process object provides information about, and control over, the
* current Bun.js process. While it is available as a global, it is
* recommended to explicitly access it via require or import
*/
export interface Process {
//
}
|