@node-ts/bus-workflow
Version:
A workflow engine for orchestrating logic flows in distributed applications.
9 lines • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isHandlerWithId = exports.handlerIdProperty = void 0;
exports.handlerIdProperty = Symbol.for('node-ts/workflow/handler-id-property');
function isHandlerWithId(handler) {
return exports.handlerIdProperty in handler;
}
exports.isHandlerWithId = isHandlerWithId;
//# sourceMappingURL=handler-with-id.js.map