diff options
author | 2022-03-04 00:20:22 -0800 | |
---|---|---|
committer | 2022-03-04 00:20:22 -0800 | |
commit | 51fbbea1d3dc2b610fe5fe525229e56b581e5c8a (patch) | |
tree | c75e063c4eb7c99737fbf7a5a2014f9546e2e218 /src/javascript/jsc/bindings/process.d.ts | |
parent | 696710fd7aedee6054947aab002aaa853e9ee731 (diff) | |
download | bun-jarred/upgrade-zig-2.tar.gz bun-jarred/upgrade-zig-2.tar.zst bun-jarred/upgrade-zig-2.zip |
upgrade zigjarred/upgrade-zig-2
Diffstat (limited to '')
-rw-r--r-- | src/javascript/jsc/bindings/process.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/javascript/jsc/bindings/process.d.ts b/src/javascript/jsc/bindings/process.d.ts new file mode 100644 index 000000000..194ea2b6a --- /dev/null +++ b/src/javascript/jsc/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 { + // +} |