Skip to content

Home > @idealeap/pipeline > DynamicExecutor > execute

DynamicExecutor.execute() method

Signature:

typescript
execute<T = any>(code: string, ...args: any[]): Promise<T | null>;
execute<T = any>(code: string, ...args: any[]): Promise<T | null>;

Parameters

ParameterTypeDescription
codestring
argsany[]

Returns:

Promise<T | null>

Released under the MIT License.