variable constants.S_IFLNK Usage in Denoimport { constants } from "node:fs"; const { S_IFLNK } = constants; Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. Type number