diff options
Diffstat (limited to 'src/bun.js/bindings/process.d.ts')
-rw-r--r-- | src/bun.js/bindings/process.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bun.js/bindings/process.d.ts b/src/bun.js/bindings/process.d.ts new file mode 100644 index 000000000..194ea2b6a --- /dev/null +++ b/src/bun.js/bindings/process.d.ts @@ -0,0 +1,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 { + // +} |