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

Usage in Deno

import { constants } from "node:fs";

Constant for fs.open(). Flag indicating to open a file for write-only access.

Type

number