variable constants.O_APPEND Usage in Deno```typescript import { constants } from "node:node__fs.d.ts"; ``` Constant for fs.open(). Flag indicating that data will be appended to the end of the file. Type number