From 09c4f93a74427f115b8e0995eba3fc70300fbbda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 29 May 2023 22:17:12 +0200 Subject: [PATCH] expose Bun.Env --- packages/bun-types/bun.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts index 287bd46869..b8741654b1 100644 --- a/packages/bun-types/bun.d.ts +++ b/packages/bun-types/bun.d.ts @@ -3,7 +3,7 @@ interface VoidFunction { } declare namespace Bun { - interface Env extends Dict { + export interface Env extends Dict { NODE_ENV: string; /**