typedoc-cross-link-types

1.0.2 • Public • Published

typedoc-cross-link-types

npm

TypeDoc plugin that enables cross-linking to types from other packages.

Installation

Use npm to install the package.

npm install typedoc-cross-link-types

Usage

Add the following to your typedoc.json:

{
  "cross-package-definitions": [
    "package//type => url"
  ]
}

Here's an example:

{
  "cross-package-definitions": [
    "moment//moment.Moment => https://momentjs.com/docs/"
  ]
}

License

MIT

Package Sidebar

Install

npm i typedoc-cross-link-types

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

5.21 kB

Total Files

5

Last publish

Collaborators

  • jeppevinkel