Skip to main content
Module

x/deno_doc/lib/types.d.ts

Documentation generator for Deno
Go to Latest
import * as denoDoc from "https://deno.land/x/deno_doc@0.51.0/lib/types.d.ts";

Interfaces

Type Aliases

Indicates how the documentation node was declared. "private" indicates the node is un-exported. "export" indicates it is exported from the current module. "declare" indicates that it is a type only declaration.