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