A template tag that formats the given string as an HTML comment and marks it as raw content by wrapping it in a RawContent instance. Can also be called as a regular function.
RawContent
The content of the comment.
Rest
A new RawContent instance.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates
comment`This is a comment.` Copy
comment`This is a comment.`
Generated using TypeDoc
A template tag that formats the given string as an HTML comment and marks it as raw content by wrapping it in a
RawContent
instance. Can also be called as a regular function.