variable constants.O_NOCTTY Usage in Denoimport { constants } from "node:fs"; 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