mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
7 lines
124 B
Zig
7 lines
124 B
Zig
pub const Dir = struct {
|
|
fd: FileDescriptor,
|
|
};
|
|
|
|
const bun = @import("bun");
|
|
const FileDescriptor = bun.FileDescriptor;
|