josdejong / josdejong/mathjs

mathjs/number missing typescript definitions.

Open
#2,506 16 comments 6 reactions 0 assignees View on GitHub
bug help wanted typescript
Dominant language
JavaScript
Stars
15.1k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

There is still no "mathjs/number" typescript definition.

```typescript
import {
create,
all
} from "mathjs/number";
```
results in typescript error

```
Cannot find module 'mathjs/number' or its corresponding type declarations.ts(2307)
```

There was an issue on this before (#1665). It got closed with reference to #1539. #1539 got closed with a comment asking us to open new issues if there is some issue with the current types. So here I am.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.