aboutsummaryrefslogtreecommitdiff
path: root/src/bun.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bun.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.zig b/src/bun.zig
index ab3b3e18c..f2d76df53 100644
--- a/src/bun.zig
+++ b/src/bun.zig
@@ -1525,6 +1525,7 @@ pub const StringPointer = Schema.Api.StringPointer;
pub const StandaloneModuleGraph = @import("./standalone_bun.zig").StandaloneModuleGraph;
pub const String = @import("./string.zig").String;
+pub const SliceWithUnderlyingString = @import("./string.zig").SliceWithUnderlyingString;
pub const WTF = struct {
/// The String type from WebKit's WTF library.