mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
the events, they loop
This commit is contained in:
@@ -2168,7 +2168,7 @@ const Arguments = struct {
|
||||
};
|
||||
};
|
||||
|
||||
pub const Constants = struct {
|
||||
const Constants = struct {
|
||||
// File Access Constants
|
||||
/// Constant for fs.access(). File is visible to the calling process.
|
||||
pub const F_OK = std.os.F_OK;
|
||||
|
||||
Reference in New Issue
Block a user