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

Usage in Deno

import { constants } from "node:fs";

Constant for fs.open(). Flag indicating that data will be appended to the end of the file.

Type

number