Skip to main content
constants.R_OK - fs - Node documentation
variable constants.R_OK

Usage in Deno

import { constants } from "node:fs";

Constant for fs.access(). File can be read by the calling process.

Type

number