mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
expose Bun.Env
This commit is contained in:
2
packages/bun-types/bun.d.ts
vendored
2
packages/bun-types/bun.d.ts
vendored
@@ -3,7 +3,7 @@ interface VoidFunction {
|
||||
}
|
||||
|
||||
declare namespace Bun {
|
||||
interface Env extends Dict<string> {
|
||||
export interface Env extends Dict<string> {
|
||||
NODE_ENV: string;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user