-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
choreDoes not impact code behaviorDoes not impact code behaviordocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
- Review all type definitions to determine which should be publicly exported and which should remain internal to the module.
- Use
@internal
JSDoc tags to clearly indicate types that are intended for internal use only. - Remove unused/obsolete types.
- Consider marking exported types with
@public
JSDoc tags to align with the documentation standards recommended byapi-extractor
.
Metadata
Metadata
Assignees
Labels
choreDoes not impact code behaviorDoes not impact code behaviordocumentationImprovements or additions to documentationImprovements or additions to documentation