Function: getGithubExpressionBodies()
function getGithubExpressionBodies(value: string): readonly string[];
Defined in: _internal/github-expressions.ts:43
Extract every embedded GitHub expression body from a scalar value.
Parameters
value
string
Returns
readonly string[]