UNPKG

mathjslab

Version:

MathJSLab - An interpreter with language syntax like MATLAB®/Octave, ISBN 978-65-00-82338-7.

8 lines (7 loc) 271 B
export * from './lib-core'; /** * Exported types. */ export type { ElementType } from './MultiArray'; export type { FormatFunction, FormatRegistry, KeyOfFormatRegistry } from './MathML'; export type { RuntimeDisplay, RuntimeEvaluationContext } from './RuntimeDisplay';