@holgerengels/compute-engine
Version:
Symbolic computing and numeric evaluations for JavaScript and Node.js
6 lines (5 loc) • 306 B
TypeScript
/* 0.26.0-alpha2 */
export * from './compute-engine/public';
export declare const version = "0.26.0-alpha2";
export { ComputeEngine } from './compute-engine/compute-engine';
export { terminal } from './common/terminal';
export { highlightCodeSpan, highlightCodeBlock, } from './common/syntax-highlighter';