mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
9 lines
156 B
C++
9 lines
156 B
C++
#include "config.h"
|
|
#include "ZigGlobalObject.h"
|
|
|
|
namespace Bun {
|
|
|
|
JSC::JSValue createNodePathBinding(Zig::GlobalObject* globalObject);
|
|
|
|
} // namespace Bun
|