variable constants.S_IFSOCK Usageimport { constants } from "node:fs"; const { S_IFSOCK } = constants; Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. Type number