josdejong/mathjs

mathjs/number missing typescript definitions.

オープン

#2,506 opened on 2022/03/28

 (16 件のコメント) (6 件のリアクション) (0 人の担当者)JavaScript (1,314 件のフォーク)batch import
bughelp wantedtypescript

Repository metrics

Stars
 (15,065 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド