aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSEnvironmentVariableMap.h
blob: 7cc605303e60a122302992bf079fd31c400489a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "root.h"

namespace Zig {
class GlobalObject;
}

namespace JSC {
class JSValue;
}

namespace Bun {

JSC::JSValue createEnvironmentVariablesMap(Zig::GlobalObject* globalObject);

}