Skip to content

TypeScript declarations/tests for nullish missing #3597

@danpoletaev

Description

@danpoletaev

The nullishDependencies factory is correctly exported by the JavaScript module but appears to be missing from the TypeScript declaration file (index.d.ts). This blocks type-safe compilation.

error TS2724: '"mathjs"' has no exported member named 'nullishDependencies'. Did you mean 'isNullDependencies'?

but when i console log nullishDependencies after importing, I can see that it exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buggood first issueRelatively localized/straightforward changes that would provide a good introduction to mathjs codehelp wantedtypescript

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions