variable constants.O_WRONLY Usage in Denoimport { constants } from "node:fs"; const { O_WRONLY } = constants; Constant for fs.open(). Flag indicating to open a file for write-only access. Type number