UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

4 lines (3 loc) 403 B
/* 0.26.0-alpha2 */ export type { Attributes, Expression, MathJsonNumber, MathJsonSymbol, MathJsonString, MathJsonFunction, MathJsonIdentifier, } from './math-json/types'; export { isSymbolObject, isStringObject, isFunctionObject, stringValue as getStringValue, operator, operand, symbol, mapArgs, dictionary as getDictionary, } from './math-json/utils'; export declare const version = "0.26.0-alpha2";