UNPKG

@godspeedsystems/core

Version:

> 4th Generation Declarative Microservice Framework

8 lines (7 loc) 360 B
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>;