UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

4 lines (3 loc) 223 B
import { type Reflection } from "#models"; import type { DeclarationReference } from "#utils"; export declare function resolveDeclarationReference(reflection: Reflection, ref: DeclarationReference): Reflection | undefined;