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