vtils

Home > utils > CalculatorValue

CalculatorValue type

Signature:

export declare type CalculatorValue = CalculatorPrimitiveValue | CalculatorFunctionValue;

References: CalculatorPrimitiveValue, CalculatorFunctionValue