variable constants.O_SYMLINK Usage in Denoimport { constants } from "node:fs"; const { O_SYMLINK } = constants; Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. Type number