UNPKG

@ngx-formly/core

Version:

Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.

6 lines (5 loc) 263 B
/** * Legacy implementation */ export declare function evalStringExpressionLegacy(expression: string, argNames: string[]): any; export declare function evalExpression(expression: string | ((...value: any[]) => any) | boolean, thisArg: any, argVal: any[]): any;