@extra2001/compute-engine
Version:
Symbolic computing and numeric evaluations for JavaScript and Node.js
4 lines (3 loc) • 376 B
TypeScript
/* 0.28.0 */
export type { Expression, MathJsonAttributes, MathJsonNumber, MathJsonSymbol, MathJsonString, MathJsonFunction, MathJsonIdentifier, } from './math-json/types';
export { isSymbolObject, isStringObject, isFunctionObject, stringValue, operator, operand, symbol, mapArgs, dictionaryFromExpression, } from './math-json/utils';
export declare const version = "0.28.0";