Skip to main content
Module

x/cliffy/dev_deps.ts>WalkEntry

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
interface WalkEntry
implements [Deno.DirEntry]
Re-export
import { type WalkEntry } from "https://deno.land/x/cliffy@v1.0.0-rc.4/dev_deps.ts";

Walk entry for walk, walkSync, expandGlob and expandGlobSync.

Properties

path: string

Full path of the entry.