josdejong/mathjs

mathjs/number missing typescript definitions.

Open

#2.506 geöffnet am 28. März 2022

Auf GitHub ansehen
 (16 Kommentare) (6 Reaktionen) (0 zugewiesene Personen)JavaScript (1.298 Forks)batch import
bughelp wantedtypescript

Repository-Metriken

Stars
 (13.832 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

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