Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/fs/walk.ts>WalkEntry

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface WalkEntry
implements [Deno.DirEntry]
Re-export
import { type WalkEntry } from "https://deno.land/std@0.218.0/fs/walk.ts";

Walk entry for walk, walkSync, expandGlob and expandGlobSync.

Properties

path: string

Full path of the entry.