@acorex/platform 20.0.4 → 20.0.5

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.
package/core/index.d.ts CHANGED
@@ -1177,7 +1177,7 @@ declare class AXPExpressionEvaluatorService {
1177
1177
  private getMergedScope;
1178
1178
  evaluate(source: any | any[], scope: AXPExpressionEvaluatorScope): Promise<any>;
1179
1179
  private evaluateStringExpression;
1180
- isExpression(expression: unknown): boolean;
1180
+ isExpression(expression: string): boolean;
1181
1181
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPExpressionEvaluatorService, never>;
1182
1182
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPExpressionEvaluatorService>;
1183
1183
  }