diff --git a/mathjs/mathjs.d.ts b/mathjs/mathjs.d.ts index e9c15e1817..f21c192bb9 100644 --- a/mathjs/mathjs.d.ts +++ b/mathjs/mathjs.d.ts @@ -2208,3 +2208,8 @@ declare namespace mathjs { toString(): string; } } + +declare module 'mathjs'{ + export = math; +} +