constants.O_NOCTTY - Node documentation
variable constants.O_NOCTTY

Usage in Deno

import { constants } from "node:fs";
const { O_NOCTTY } = constants;

Constant for fs.open(). Flag indicating that if path identifies a terminal device, opening the path shall not cause that terminal to become the controlling terminal for the process (if the process does not already have one).

Type

number