mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 06:12:08 +00:00
fix: use import instead namespace access
This commit is contained in:
2
packages/bun-types/globals.d.ts
vendored
2
packages/bun-types/globals.d.ts
vendored
@@ -367,7 +367,7 @@ interface Process {
|
||||
platform: Platform;
|
||||
argv: string[];
|
||||
execArgv: string[];
|
||||
env: Bun.Env;
|
||||
env: import("bun").Env;
|
||||
|
||||
/** Whether you are using Bun */
|
||||
isBun: 1; // FIXME: this should actually return a boolean
|
||||
|
||||
Reference in New Issue
Block a user