fix: use import instead namespace access

This commit is contained in:
Jozef Steinhübl
2023-05-29 22:31:30 +02:00
committed by GitHub
parent 14a49eb8d8
commit 5621a42dfa

View File

@@ -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