UNPKG

@ngx-formly/core

Version:

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

3 lines (2 loc) 206 B
export declare function evalStringExpression(expression: string, argNames: string[]): any; export declare function evalExpression(expression: string | Function | boolean, thisArg: any, argVal: any[]): any;