UNPKG

builddocs

Version:

Generate HTML documentation from TypeScript types and doc comments

4 lines (3 loc) 167 B
import { type Type } from "./getdocs.js"; export declare const simpleTypeLink: Record<Type.SimpleTag, string>; export declare const typeLinks: Record<string, string>;