UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

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