Function isMultiTsDocTag

  • Checks if the provided tag is a multi TSDoc tag.

    Parameters

    • tag: string

      The tag to check.

    Returns boolean

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

    Remarks

    This function is case-insensitive.

    Example

    isMultiTsDocTag('param');;
    //=> true
    isMultiTsDocTag('example');;
    //=> false

Generated using TypeDoc