UNPKG

@extra2001/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

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