mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
9 lines
243 B
TypeScript
9 lines
243 B
TypeScript
/**
|
|
* 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 {
|
|
//
|
|
}
|