first commit
This commit is contained in:
8
node_modules/@n8n/tournament/dist/FunctionEvaluator.d.ts
generated
vendored
Normal file
8
node_modules/@n8n/tournament/dist/FunctionEvaluator.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { ExpressionEvaluator, ReturnValue, Tournament } from '.';
|
||||
export declare class FunctionEvaluator implements ExpressionEvaluator {
|
||||
private instance;
|
||||
private _codeCache;
|
||||
constructor(instance: Tournament);
|
||||
private getFunction;
|
||||
evaluate(expr: string, data: unknown): ReturnValue;
|
||||
}
|
||||
Reference in New Issue
Block a user