expose Bun.Env

This commit is contained in:
Jozef Steinhübl
2023-05-29 22:17:12 +02:00
committed by GitHub
parent aa6801d5df
commit 09c4f93a74

View File

@@ -3,7 +3,7 @@ interface VoidFunction {
}
declare namespace Bun {
interface Env extends Dict<string> {
export interface Env extends Dict<string> {
NODE_ENV: string;
/**