UNPKG

@statezero/core

Version:

The type-safe frontend client for StateZero - connect directly to your backend models with zero boilerplate

7 lines (6 loc) 168 B
export function F(expression: any): { __f_expr: boolean; original_expr: string; ast: any; }; export function evaluateExpression(expr: any, data: any): any;