UNPKG

mathjslab

Version:

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

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