UNPKG

chrono-forge

Version:

A comprehensive framework for building resilient Temporal workflows, advanced state management, and real-time streaming activities in TypeScript. Designed for a seamless developer experience with powerful abstractions, dynamic orchestration, and full cont

6 lines (5 loc) 230 B
import { WorkflowInterceptorsFactory } from '@temporalio/workflow'; export declare const interceptors: WorkflowInterceptorsFactory; export * from './Workflow'; export * from './StatefulWorkflow'; export * from './DSLInterpreter';