mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
Re-fix the isConditionalNode typo that was corrected in 9.4.5
This commit is contained in:
parent
d01d9ea101
commit
8317eb5545
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -200,7 +200,7 @@ declare namespace math {
|
||||
|
||||
interface ConditionalNode extends MathNodeCommon {
|
||||
type: 'ConditionalNode';
|
||||
isConditionalnode: boolean;
|
||||
isConditionalNode: boolean;
|
||||
condition: MathNode;
|
||||
trueExpr: MathNode;
|
||||
falseExpr: MathNode;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user