josdejong/mathjs

mathjs/number missing typescript definitions.

Open

#2,506 创建于 2022年3月28日

在 GitHub 查看
 (16 评论) (6 反应) (0 负责人)JavaScript (1,298 fork)batch import
bughelp wantedtypescript

仓库指标

Star
 (13,832 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南