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

7 lines (6 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.After = void 0; const Hook_1 = require("./Hook"); const After = (targetMethod) => (0, Hook_1.Hook)({ after: targetMethod }); exports.After = After;