method Dirent.prototype.isSymbolicLink Usage in Denoimport { Dirent } from "node:fs"; Dirent.prototype.isSymbolicLink(): boolean Returns true if the fs.Dirent object describes a symbolic link. Return Type boolean