Skip to main content
Module

x/dax/src/deps.ts>fs.WalkEntry

Cross-platform shell tools for Deno and Node.js inspired by zx.
Very Popular
Latest
interface fs.WalkEntry
implements [Deno.DirEntry]
Re-export
import { type fs } from "https://deno.land/x/dax@0.39.2/src/deps.ts";
const { WalkEntry } = fs;

Walk entry for walk, walkSync, expandGlob and expandGlobSync.

Properties

path: string

Full path of the entry.