Skip to content

routier-collection


routier-collection / core/src / foldedOperandValue

Function: foldedOperandValue() ​

foldedOperandValue(operand, calls): unknown

Defined in: core/src/expressions/fold.ts:85

The value a literal operand binds as once the calls on it are computed. Throws if it cannot.

Parameters ​

operand ​

ValueExpression

calls ​

CallExpression[]

Returns ​

unknown

Released under the MIT License.