Skip to main content
Module

x/apiland/types.d.ts>IndexItem

The API server for deno.land
Latest
interface IndexItem
import { type IndexItem } from "https://deno.land/x/apiland@1.7.2/types.d.ts";

Properties

kind: "dir" | "module" | "file"
path: string
size: number
ignored: boolean
optional
doc: string