Remove non-existing dependencies from index.d.ts
Open
bug
help wanted
typescript
- Dominant language
- JavaScript
- Stars
- 15.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Math.js provides the following dependencies from index.d.ts:
evalDependencies
eyeDependencies
typeofDependencies
varDependencies
But they don't seem to exist in the bundle. Importing them causes errors like "Uncaught SyntaxError: The requested module '' does not provide an export named 'varDependencies'"
They should be removed. Or I'm missing something?
Contributor guide
Assessment
This issue has not been assessed yet.