buildCommentTags
function buildCommentTags(tagName): readonly [`<!-- ${string}:START -->`, `<!-- ${string}:END -->`];Defined in: index.ts:41
Parameters
Section titled “Parameters”tagName
Section titled “tagName”string
Returns
Section titled “Returns”readonly [`<!-- ${string}:START -->`, `<!-- ${string}:END -->`]