Closed
Description
Right now if I have code like this:
import {Maybe} from "maybe.ts"
export const toMaybe =
<x, a>(result: Result<x, a>): Maybe<a> =>
result.isOk ? result.value : null
export type Result<x, a> = ...
typedoc generates docs such that Maybe<a>
is completely undocumented.
It would be great to have an option to either generate docs for imports as well or alternatively have a way to provide external links.
Metadata
Metadata
Assignees
Labels
No labels