eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
9 lines • 320 B
TypeScript
/**
* Returns the closure variables for the current step function.
* This is an internal function used by the SWC transform to access
* variables from the parent workflow scope.
*
* @internal
*/
export declare function __private_getClosureVars(): Record<string, any>;
//# sourceMappingURL=get-closure-vars.d.ts.map