interface CalculationContext<G, E> {
    engine: E;
    globalValues: G;
}

Type Parameters

Properties

Properties

engine: E
globalValues: G