variable constants.R_OK Usage in Denoimport { constants } from "node:fs"; const { R_OK } = constants; Constant for fs.access(). File can be read by the calling process. Type number