variable constants.O_NOFOLLOW Usageimport { constants } from "node:fs"; const { O_NOFOLLOW } = constants; Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. Type number