diff options
Diffstat (limited to 'src/bun.js/bindings/BunDetectLibcModule.h')
-rw-r--r-- | src/bun.js/bindings/BunDetectLibcModule.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bun.js/bindings/BunDetectLibcModule.h b/src/bun.js/bindings/BunDetectLibcModule.h new file mode 100644 index 000000000..4051e6750 --- /dev/null +++ b/src/bun.js/bindings/BunDetectLibcModule.h @@ -0,0 +1,4 @@ +#include "root.h" +#include "JavaScriptCore/JSObject.h" + +JSC::JSObject* createDetectLibcModule(JSC::JSGlobalObject* globalObject);
\ No newline at end of file |