mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
chore: cleanup code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user