aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSDOMFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/JSDOMFile.h')
-rw-r--r--src/bun.js/bindings/JSDOMFile.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bun.js/bindings/JSDOMFile.h b/src/bun.js/bindings/JSDOMFile.h
new file mode 100644
index 000000000..eed1e98ab
--- /dev/null
+++ b/src/bun.js/bindings/JSDOMFile.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "root.h"
+
+namespace Bun {
+JSC::JSObject* createJSDOMFileConstructor(JSC::VM&, JSC::JSGlobalObject*);
+}