We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f3e99 commit 271ebc1Copy full SHA for 271ebc1
packages/core/src/api/API.ts
@@ -782,7 +782,7 @@ export abstract class API<Components extends MB_Comps> {
782
* Import new definitions into the internal mathJS instance.
783
* For details on how to use, see https://mathjs.org/docs/reference/functions/import.html
784
*/
785
- public mathJSimport(object: MathJSImportObject | MathJSImportObject[], options?: MathJSImportOptions): void {
+ public mathJSImport(object: MathJSImportObject | MathJSImportObject[], options?: MathJSImportOptions): void {
786
this.mb.math.import(object, options);
787
}
788
0 commit comments