Skip to content

Commit

Permalink
Re-fix the isConditionalNode typo that was corrected in 9.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhansen committed Sep 17, 2021
1 parent d01d9ea commit 8317eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -200,7 +200,7 @@ declare namespace math {

interface ConditionalNode extends MathNodeCommon {
type: 'ConditionalNode';
isConditionalnode: boolean;
isConditionalNode: boolean;
condition: MathNode;
trueExpr: MathNode;
falseExpr: MathNode;
Expand Down

0 comments on commit 8317eb5

Please sign in to comment.