Checks if the given tag is a named TSDoc tag.
The tag to check.
A boolean indicating whether the tag is a named TSDoc tag.
isNamedTsDocTag('param');;//=> trueisNamedTsDocTag('random');;//=> false Copy
isNamedTsDocTag('param');;//=> trueisNamedTsDocTag('random');;//=> false
Generated using TypeDoc
Checks if the given tag is a named TSDoc tag.