@caido/quickjs-types / llrt/fs / constants
constants
Variables
F_OK
constF_OK:number
Constant for fs.access(). File is visible to the calling process.
R_OK
constR_OK:number
Constant for fs.access(). File can be read by the calling process.
W_OK
constW_OK:number
Constant for fs.access(). File can be written by the calling process.
X_OK
constX_OK:number
Constant for fs.access(). File can be executed by the calling process.
