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

2 lines (1 loc) 104 B
declare function Guard(checkFunction: (...args: any[]) => boolean | Promise<boolean>): MethodDecorator;