-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing TypeScript declaration for math.row() #2123
Comments
Hi, we are a group of students from the University of Seville. We've been working on a project based on math.js. Hence, we've tried to fix the issue raised. Here's the PR. |
Thanks a log @maria92ruiz for picking this up 👍 👍 It would be great if you could also have a look in for example #2019, that is a one-liner just removing the |
Fixed now in |
While working on a TS project, I am unable to use
math.row()
andmath.column()
functions. In my editor, I get the following error:Property 'row' does not exist on type 'MathJsStatic'.ts(2339)
.Using
@types/mathjs": "^6.0.11
andmathjs": "^9.0.0
.Thank you in advance.
The text was updated successfully, but these errors were encountered: