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

DirectoryEntry

import type { DirectoryEntry } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Represents a single entry in a directory.

interface DirectoryEntry {
directory?: string;
file?: string;
}

§Properties

§
directory?: string
[src]

A child directory in the directory.

§
file?: string
[src]

A file in the directory.