@mondaydotcomorg/atp-compiler
Version:
Production-ready compiler for transforming async iteration patterns into resumable operations with checkpoint-based state management
8 lines • 444 B
TypeScript
import type { RuntimeContext } from '../types.js';
export declare function setRuntimeContext(context: RuntimeContext): void;
export declare function getRuntimeContext(): RuntimeContext;
export declare function clearRuntimeContext(): void;
export declare function hasRuntimeContext(): boolean;
export declare function generateUniqueId(prefix: string): string;
export declare function resetIdCounter(): void;
//# sourceMappingURL=context.d.ts.map