Type alias FullDirent

FullDirent: fs.Dirent & {
    path: string;
}

An fs.Dirent with an extra member path, which is the full path of the object.

Type declaration

  • path: string