@itsjamie/typedoc-plugin-fixcomputednames
TypeScript icon, indicating that this package has built-in type declarations

1.1.0-rc.1 • Public • Published

typedoc-plugin-fixcomputednames

A plugin for TypeDoc that fixes the output for some properties with computed names.

This plugin is intended to replace property names like __@iterator with [Symbol.iterator] and property names like __computed with the expression used in the computed property name.

Installation

npm install --save-dev typedoc typedoc-plugin-fixcomputednames

Readme

Keywords

Package Sidebar

Install

npm i @itsjamie/typedoc-plugin-fixcomputednames

Weekly Downloads

0

Version

1.1.0-rc.1

License

Apache-2.0

Unpacked Size

18.2 kB

Total Files

6

Last publish

Collaborators

  • itsjamie