1.0.6 • Published 4 years ago

typedoc-plugin-rename-named-parameters v1.0.6

Weekly downloads
16
License
MIT
Repository
github
Last release
4 years ago

typedoc-plugin-rename-named-parameters

Plugin

A plugin for Typedoc

When using Typedoc for API docs generation you may want to render custom output name instead of "__namedParameters" for destructuring params.

Installing

npm install typedoc-plugin-rename-named-parameters --save-dev

Usage

Arguments

--namedParameters <yourCustomName>

Specifies the name which will be rendered instead of __namedParameters.

You can specify namedParameters inside TypeDoc's configuration file by "namedParameters": "yourCustomName",