englercj / tsd-jsdoc

Compiles JSDoc annotated JavaScript into a Typescript Definition file (.d.ts)
MIT License
316 stars 42 forks source link

Resolves #111 preserve comment on enum members #116

Closed englercj closed 4 years ago

englercj commented 4 years ago

Cleanup some TS checks from #115 and refactor doclet type getters into a separate file.

This removes all the 'string' in obj checks and usages of obj['string'].

Fixes #111.