UNPKG

acr-assist-simulator-module

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

5 lines (4 loc) 159 B
import { ComputedValue } from './computed-value.model'; export declare class ArithmeticExpression implements ComputedValue { expressionText: string; }