Files
bun.sh/src/interchange.zig
taylor.fish 07cd45deae Refactor Zig imports and file structure (part 1) (#21270)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-22 17:51:38 -07:00

3 lines
104 B
Zig

pub const json = @import("./interchange/json.zig");
pub const toml = @import("./interchange/toml.zig");