variable constants.O_SYNC Usage in Denoimport { constants } from "node:fs"; const { O_SYNC } = constants; Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. Type number