UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

4 lines (3 loc) 308 B
/* 0.26.0-alpha2 */ import type { Expression } from '../../math-json/types'; import type { BoxedExpression, IComputeEngine, JsonSerializationOptions } from '../public'; export declare function serializeJson(ce: IComputeEngine, expr: BoxedExpression, options: Readonly<JsonSerializationOptions>): Expression;