Skip to content

Commit bfb418e

Browse files
committed
README
1 parent 487828a commit bfb418e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# typedoc-plugin-not-exported
22

3-
[![npm package](https://img.shields.io/badge/npm%20i-example--typescript--package-brightgreen)](https://www.npmjs.com/package/typedoc-plugin-not-exported) [![version number](https://img.shields.io/npm/v/typedoc-plugin-not-exported?color=green&label=version)](https://github.com/tomchen/typedoc-plugin-not-exported/releases) [![License](https://img.shields.io/github/license/tomchen/typedoc-plugin-not-exported)](https://github.com/tomchen/typedoc-plugin-not-exported/blob/main/LICENSE)
3+
[![npm package](https://img.shields.io/badge/npm%20i-typedoc--plugin--not--exported-brightgreen)](https://www.npmjs.com/package/typedoc-plugin-not-exported) [![version number](https://img.shields.io/npm/v/typedoc-plugin-not-exported?color=green&label=version)](https://github.com/tomchen/typedoc-plugin-not-exported/releases) [![License](https://img.shields.io/github/license/tomchen/typedoc-plugin-not-exported)](https://github.com/tomchen/typedoc-plugin-not-exported/blob/main/LICENSE)
44

55
This typedoc plugin can force inclusion of specific symbols (variables) that are not exported, by making them fake exports.
66

@@ -61,6 +61,8 @@ typedoc --includeTag internalDoNotUse src/index.ts
6161

6262
That's it.
6363

64-
Originally from [here](https://github.com/TypeStrong/typedoc/issues/1474#issuecomment-766178261). [CC0](LICENSE).
64+
Originally from [here](https://github.com/TypeStrong/typedoc/issues/1474#issuecomment-766178261).
65+
66+
[CC0](LICENSE).
6567

6668
**Keywords: typedoc plugin force include non exported unexported variable symbol fake export option flag tag mode file exclude inclusion internal external**

0 commit comments

Comments
 (0)