UNPKG

@node-ts/bus-workflow

Version:

A workflow engine for orchestrating logic flows in distributed applications.

6 lines (5 loc) 216 B
export declare const handlerIdProperty: unique symbol; export interface HandlerWithId { readonly [handlerIdProperty]: string; } export declare function isHandlerWithId(handler: object): handler is HandlerWithId;