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

Usage in Deno

import { constants } from "node:fs";

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

Type

number