variable constants.O_DIRECT Usage in Denoimport { constants } from "node:fs"; const { O_DIRECT } = constants; Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. Type number