Normalizes known tag names to their TypeScript equivalents. If the tag name is not found in the map, it returns the input tag name.
The normalized tag name.
This function is case-insensitive.
tsDocNormalizeTagName("TagName");;//=> "tagname" Copy
tsDocNormalizeTagName("TagName");;//=> "tagname"
Generated using TypeDoc
Normalizes known tag names to their TypeScript equivalents. If the tag name is not found in the map, it returns the input tag name.