Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

normalizeDisplayName

Summary

Normalize display name to remove parentheses from constructors API Extractor returns “(constructor)” but we want to display “constructor”

Signature

static normalizeDisplayName(displayName: string): string;

Parameters

displayName

Type:string

Returns

Type:string Normalize display name to remove parentheses from constructors API Extractor returns “(constructor)” but we want to display “constructor”