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