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

Usage in Deno

import { constants } from "node:fs";

Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O.

Type

number