Good way to re-export with document?
I have a library, and I want to rename my class.
I want to keep backward compatibility, but I don't want new users to use it, so I want to make it as deprecated.
Are there any good way to do re-export class, but with additional jsdoc?
I want to keep backward compatibility, but I don't want new users to use it, so I want to make it as deprecated.
Are there any good way to do re-export class, but with additional jsdoc?
