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

x/ayonli_jsext/workerd/fs.ts>DirTree

A JavaScript extension package for building strong and modern applications.
Latest
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.