UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

4 lines (3 loc) 182 B
import ts from "typescript"; import type { Context } from "./context.js"; export declare function convertSymbol(context: Context, symbol: ts.Symbol, exportSymbol?: ts.Symbol): void;