variable constants.O_APPEND Usage in Denoimport { constants } from "node:fs"; const { O_APPEND } = constants; Constant for fs.open(). Flag indicating that data will be appended to the end of the file. Type number