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) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Before = void 0; const Hook_1 = require("./Hook"); const Before = (targetMethod) => (0, Hook_1.Hook)({ before: targetMethod }); exports.Before = Before;