Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TreeEntry

import type { TreeEntry } from "https://gist.githubusercontent.com/kawarimidoll/c6f1c1007370b00bd4d345525490cdb8/raw/3b503bdc0bd64bef99a312cadfde2b1b6532ff52/tree.ts";
interface TreeEntry extends [Deno.DirEntry] {
path: string;
}

§Extends

§
[Deno.DirEntry]
[src]

§Properties

§
path: string
[src]