@eryx/eryxdoc/render/links Module

JSON

Link and anchor resolution for documentation cross-references. Pure functions that resolve wiki-style links and type references to URLs.

API Reference

Types

ResolvedWikiLink

href: string
kind: "article" | "module" | "class" | "type" | "function" | "member"
module: modules.ModuleInfo?
article: any?
symbolName: string?
ownerName: string?