interface WalkEntry
extends DirEntry

A directory entry with its full path, as yielded by walk and glob.

Properties

path: string

The absolute path to the entry.

Usage

import { type WalkEntry } from ".";