-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
buggood first issueRelatively localized/straightforward changes that would provide a good introduction to mathjs codeRelatively localized/straightforward changes that would provide a good introduction to mathjs codehelp wantedtypescript
Description
The nullishDependencies factory is correctly exported by the JavaScript module but appears to be missing from the TypeScript declaration file (index.d.ts). This blocks type-safe compilation.
error TS2724: '"mathjs"' has no exported member named 'nullishDependencies'. Did you mean 'isNullDependencies'?
but when i console log nullishDependencies after importing, I can see that it exists.
Metadata
Metadata
Assignees
Labels
buggood first issueRelatively localized/straightforward changes that would provide a good introduction to mathjs codeRelatively localized/straightforward changes that would provide a good introduction to mathjs codehelp wantedtypescript