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