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