Please try to add TSDoc comments in your npm packages. Every function, every property, every export.
It used to be true that the code was comment enough, but in TypeScript this no longer applies since declarations are separated from the underlying code.
It used to be true that the code was comment enough, but in TypeScript this no longer applies since declarations are separated from the underlying code.
Comments