amis-formula 1.3.3 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ export declare class Evaluator {
103
103
  add(ast: {
104
104
  left: any;
105
105
  right: any;
106
- }): any;
106
+ }): number;
107
107
  minus(ast: {
108
108
  left: any;
109
109
  right: any;