Skip to content

How to export only public members? #11

Answered by surol
k8w asked this question in Q&A
Discussion options

You must be logged in to vote

There is no such option in TypeScript compiler, as far as I know.
I am also unaware of any other tools able to do that.
So, the best option would be to find/replace with multiline RegExp. E.g. in your IDE.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by surol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #10 on April 28, 2021 03:31.