UNPKG

node-sagas

Version:

Library for handling distributed transactions in the microservices architecture

6 lines (5 loc) 111 B
export declare class SagaParams { private param; setParam(param: any): void; getParam(): string; }