Skip to content

Commit

Permalink
feat: make Loader public
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi committed Jun 24, 2023
1 parent fd0e918 commit d9af566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.zig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const std = @import("std");
const testing = std.testing;
const FileFinder = @import("./utils.zig").FileFinder;
const Loader = @import("./loader.zig").Loader;

pub const Loader = @import("./loader.zig").Loader;
/// Control loading behavior
pub const Options = @import("./loader.zig").Options;

Expand Down

0 comments on commit d9af566

Please sign in to comment.