Function: stripCommentFraming()
ts
function stripCommentFraming(raw): string;Defined in: packages/core/src/grammar.ts:142
Strip the comment framing (/**, */, and leading *) from a raw block-comment body.
Parameters
raw
string
Returns
string