documentationenhancementgood first issue
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is your feature request related to a problem? Please describe. At the moment, our libraries may be a black box, with their methods obscured from developers.
Describe the solution you'd like Add header stubs to project so that library methods are more available.
Describe alternatives you've considered Download the whole library and make stubs available that way.