@godspeedsystems/core
Version:
> 4th Generation Declarative Microservice Framework
8 lines (7 loc) • 360 B
TypeScript
import { GSContext } from "./interfaces";
export declare function importAll(sourceScope: any, targetScope: any): void;
/**
* Can be called for gsFunction.args, gsFunction.on_error.transform and switch.condition
* Input an be scalar or object
*/
export default function evaluateScript(ctx: GSContext, script: Function, taskValue?: any): Promise<any>;