interface DirTree
implements DirEntry
Re-export
import { type DirTree } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/fs.ts";
Properties
optional
children: DirTree[]The child nodes of the current entry. this is undefined
if the entry is
a file.