mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
1day
This commit is contained in:
9
src/cache.zig
Normal file
9
src/cache.zig
Normal file
@@ -0,0 +1,9 @@
|
||||
pub const Cache = struct {
|
||||
pub const Fs = struct {};
|
||||
|
||||
pub const Css = struct {};
|
||||
|
||||
pub const JavaScript = struct {};
|
||||
|
||||
pub const Json = struct {};
|
||||
};
|
||||
Reference in New Issue
Block a user