Nicklas Israelsson

Results 2 issues of Nicklas Israelsson

I'm unsure if this issue should go here or in the Definitely Typed repo. According to the types `eval` returns a string: [eval](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/math-expression-evaluator/index.d.ts#L19) ```ts static eval(exp: string, tokens?: Token[], pair?:...

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)...

bug
help wanted
typescript