Function isNamedTsDocTag

  • Checks if the given tag is a named TSDoc tag.

    Parameters

    • tag: string

      The tag to check.

    Returns boolean

    A boolean indicating whether the tag is a named TSDoc tag.

    Example

    isNamedTsDocTag('param');;
    //=> true
    isNamedTsDocTag('random');;
    //=> false

Generated using TypeDoc