aboutsummaryrefslogtreecommitdiff
path: root/src/bun.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.zig')
-rw-r--r--src/bun.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.zig b/src/bun.zig
index 00bceeea4..732862e8f 100644
--- a/src/bun.zig
+++ b/src/bun.zig
@@ -765,3 +765,4 @@ pub fn zero(comptime Type: type) Type {
return @bitCast(Type, out);
}
pub const c_ares = @import("./deps/c_ares.zig");
+pub const URL = @import("./url.zig").URL;