@stephansama actions / generate-md-action-inputs / buildCommentTags
Function: buildCommentTags()
ts
function buildCommentTags(tagName): readonly [`<!-- ${string}:START -->`, `<!-- ${string}:END -->`];
Defined in: index.ts:84
Parameters
tagName
string
Returns
readonly [`<!-- ${string}:START -->`
, `<!-- ${string}:END -->`
]