chore: cleanup code

This commit is contained in:
iCrawl
2022-10-11 09:36:36 +02:00
parent 7b7cc6fde4
commit c39faa94f6
4 changed files with 12 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ export function createApiModel(data: any) {
*
* @param item - The API item to resolve the summary text for.
*/
function tryResolveSummaryText(item: ApiDeclaredItem): string | null {
export function tryResolveSummaryText(item: ApiDeclaredItem): string | null {
if (!item.tsdocComment) {
return null;
}