Skip to content

Commit c3ab7e2

Browse files
Export Timetag and BundleElement
1 parent 9efc8d3 commit c3ab7e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/root.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
pub const Value = @import("value.zig").Value;
22
pub const Message = @import("message.zig").Message;
33
pub const Bundle = @import("bundle.zig").Bundle;
4+
pub const BundleElement = @import("bundle.zig").BundleElement;
5+
pub const Timetag = @import("bundle.zig").Timetag;
46

57
test {
68
const std = @import("std");

0 commit comments

Comments
 (0)