rune-langium / core/src / getFunctionOutput
Function: getFunctionOutput()
ts
function getFunctionOutput(func): Attribute | undefined;Defined in: packages/core/src/utils/expression-utils.ts:43
Get the output attribute from a RosettaFunction.
Parameters
| Parameter | Type |
|---|---|
func | RosettaFunction |
Returns
Attribute | undefined