Closed englercj closed 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'].
'string' in obj
obj['string']
Fixes #111.
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 ofobj['string']
.Fixes #111.